如果在 Google 中输入了一个单词,它将在下拉列表中显示一个单词列表作为建议。
例如,如果您键入what
,它将以 8 个单词显示what is your name
、what is your father's name
、what is your college name
等。
什么是合适的数据结构,以及列出这些建议的最佳方式?
如果在 Google 中输入了一个单词,它将在下拉列表中显示一个单词列表作为建议。
例如,如果您键入what
,它将以 8 个单词显示what is your name
、what is your father's name
、what is your college name
等。
什么是合适的数据结构,以及列出这些建议的最佳方式?