Complete 热身赛一级赛题3

This commit is contained in:
JasenChao 2023-05-24 18:34:49 +08:00
parent 832ebbfaec
commit 08877cf72d
1 changed files with 1 additions and 8 deletions

View File

@ -6,14 +6,7 @@
*/
#include <transform.h>
#define NODE_SIZE 128
#define MAX_WORD_LEN 128
typedef struct _node {
void* value;
struct _node* next[NODE_SIZE];
} node;
#include "test_radix_tree.h"
/**
* @description: Create a radix tree node