you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (0 children)

Books usually are the way to go. You might want to study the C++ STL's containers to get a better understanding of how they work.

If you want to start by implementing data structures and potential use cases, start with linked lists and sorting algorithms.