Complete 热身赛一级赛题3
This commit is contained in:
parent
832ebbfaec
commit
08877cf72d
|
@ -6,14 +6,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <transform.h>
|
#include <transform.h>
|
||||||
|
#include "test_radix_tree.h"
|
||||||
#define NODE_SIZE 128
|
|
||||||
#define MAX_WORD_LEN 128
|
|
||||||
|
|
||||||
typedef struct _node {
|
|
||||||
void* value;
|
|
||||||
struct _node* next[NODE_SIZE];
|
|
||||||
} node;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @description: Create a radix tree node
|
* @description: Create a radix tree node
|
||||||
|
|
Loading…
Reference in New Issue