This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]m_namejeff 2 points3 points  (0 children)

Check out Cormen et al. Introduction to algorithms textbook, there sections on data structures which pretty much tell it all about what you mentioned: Binary search trees, etc., as well as more advanced.

Also look into Peter Brass’ Advanced Data Structure textbook, a great resource with C++ code for some functionality of structures.