Update test_radix_tree.h

This commit is contained in:
kyt_2002 2023-10-05 19:02:50 +08:00
parent 685bfb192a
commit 95e5dbb04a
1 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,3 @@
/**
* @file: test_radix_tree.h
* @brief: Implement a simple radix tree
* @version: 1.0
* @date: 2023/5/24
*/
#define NODE_SIZE 128
#define MAX_WORD_LEN 128