How to store a ternary search trie with all english dictionary words in memory?

后端 未结 0 676
广开言路
广开言路 2021-01-05 21:03

I want to make a T9 keyboard in C++ to search for a word in an English dictionary. The problem is the program will make a Ternary Search Tree from scratch and that would be

相关标签:
回答
  • 消灭零回复
提交回复
热议问题