Update test_radix_tree.h
This commit is contained in:
parent
685bfb192a
commit
95e5dbb04a
|
@ -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 NODE_SIZE 128
|
||||||
#define MAX_WORD_LEN 128
|
#define MAX_WORD_LEN 128
|
||||||
|
|
Loading…
Reference in New Issue