• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need a book recommendation...

aCynic2

Senior member
Basically, trees are the hardest for me to understand how the implementation works. I fully grasp the concept, but having seen it on paper, with little tutorial text to go with it, I've never understood how they manage to keep it balanced. Building one seems easy enough, keeping it balanced...

Also, BSP, quadtrees and octtrees and others. A refresher on linked lists would be good as well, from a C++ perspective. LLs are actually pretty easy, but I haven't done them in a while there are different ways to implement them.

NOTE: I don't need one on STL. I have one from a decade ago, but I've also ordered a newer, updated one, so I want something on trees (and no poetry recommendations, please).
 
Bah! Nevermind...I see STL supports trees, hash tables and alot more...It's been awhile for me, if you haven't figured it out.
 
Back
Top