+ 2
Where can I learn Data Structure?
I am new to Programming and just started with C++ , was wondering to learn concepts like Linked List , Stacks etc along the way ... There are books but I found this kind of interactive method more effective ... Any Suggestions?
3 Answers
+ 5
hackerrank
+ 3
YouTube
+ 3
google: "STL tutorial"
It's good to learn main concepts, implementations, but in practice you will probably use Standard Templtes Library. Otherwise you would break opened doors ;)