How should I serialize a trie containing a queue of strings in each node

后端 未结 0 1117
无人及你
无人及你 2021-01-06 03:19

I have built a t9 keyboard in c++ using a 8 way trie, where each node looks like :-

const int R=8;
    
class node
    {
        queue words;
           


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