Linked list C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Linked list C#

Is linked list useful? I can't find real need to implement it in the code. I think C# collections are enough in 99% situations. Am I right and should I remember linked list like creative and interesting example? https://www.sololearn.com/learn/812/?ref=app

19th Apr 2019, 3:57 PM
Barteker
Barteker - avatar
2 Answers
+ 1
Yes it could be usefull in some pathfinding algoritym where you wanna know both the previous and next cell.
19th Apr 2019, 9:03 PM
Dragonxiv
Dragonxiv - avatar
+ 5
Ok, I understand. Linked lists are useful, when elements inside a collection have relationships.
18th Aug 2019, 3:41 PM
Barteker
Barteker - avatar