【发布时间】:2014-10-14 23:00:44
【问题描述】:
我最近在一次采访中被问及advantages and disadvantages of linked list and arrays for dictionary of words implementation 和what is the best data structure for implementing it? 这是我搞砸的地方。谷歌搜索后,我无法明确找到特定于字典的确切答案,而是一般的链表 v 数组解释。 上述问题的最佳答案是什么?
【问题讨论】:
标签: javascript algorithm dictionary data-structures analysis