Using Hashtables to get random access to linked list

后端 未结 0 889
面向向阳花
面向向阳花 2021-02-01 02:19

One of major drawbacks to linked lists is that the access time to elements is linear. Hashtables, on the other hand, have access in constant time. However, linked lists have con

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