searchdata.txt

来自「It is an ebook about data structures,mai」· 文本 代码 · 共 14 行

TXT
14
字号
How can I search for data in a linked list? 

Discuss it!          




The only way to search a linked list is with a linear search, because the only way a linked list?s members can be accessed is sequentially. Sometimes it is quicker to take the data from a linked list and store it in a different data structure so that searches can be more efficient. 




 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?