Hacker News new | ask | show | jobs
by clash 1718 days ago
Knowledge about complexity classes is an issue that at least many hobbyists seem to miss.
1 comments

Any reading on this you'd recommend?
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.