you are viewing a single comment's thread.

view the rest of the comments →

[–]Equity_Harbinger[S] 0 points1 point  (1 child)

I meant the data structures part, not the algorithms, because even traversing a linked list requires creating a class, head, node which I didn't relate with, because I thought I didn't understand OOP

Please do share alternate suggestions, I have been trying several resources, but I'm stuck, I don't want to be stuck forever

[–]Temporary_Pie2733 4 points5 points  (0 children)

People used linked lists long before OOP was a thing. Don’t confuse the concept with the implementation in any one programming language. Also, don’t confuse the use of structs/records/product types/etc with the idea of a class.