What is the best autocomplete/suggest algorithm,datastructure [C++/C]

前端 未结 5 1891
我在风中等你
我在风中等你 2020-12-07 07:56

We see Google, Firefox some AJAX pages show up a list of probable items while user types characters.

Can someone give a good algorithm, data structure for implementi

5条回答
  •  春和景丽
    2020-12-07 08:04

    If you want to suggest the most popular completions, a "Suggest Tree" may be a good choice: Suggest Tree

提交回复
热议问题