Search for data in the linked list

Explain how can I search for data in the linked list?

E

Expert

Verified

Unluckily, the only way to search a linked list is with linear search, as the only way a linked list's members can be accessed is sequentially. At times it is quicker to take the data from the linked list and store it in a diverse data structure in such a way that searches can be more proficient.

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.