Hacker News new | past | comments | ask | show | jobs | submit login

I'll rephrase. Learn about the basic container data structures like linked list, vector, set, map, hash, tree, queue, heap.

Study time complexity of insertion, deletion, search, etc. in these data structures. Then you will understand when to use which. Big O notation is used to express time complexity for expected runtime of the operations.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: