The way of searching for data in a linked list

Explain the way of searching for data in a linked list.

E

Expert

Verified

Unluckily, the only method to search a linked list is along with a linear search, since the only way a linked list's members can be accessed is in sequence. Sometimes this is quicker to take the data by a linked list and store this in a different data structure therefore searches can be more efficient.

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.