before next stage

This commit is contained in:
eason
2023-12-20 18:54:24 +08:00
commit c6f08be676
38 changed files with 183324 additions and 0 deletions

3
include/v3.h Normal file
View File

@ -0,0 +1,3 @@
void prefix_insert(struct State* state);
void prefix_delete(struct State* state);
void search(struct State* state);