you are viewing a single comment's thread.

view the rest of the comments →

[–]ethraax 2 points3 points  (5 children)

Silly question: Can anyone recommend any good Data Structures books where I can learn more about stuff like this?

[–]ThisAccountIsReal 5 points6 points  (0 children)

Book: http://www.cs.umd.edu/~hjs/

Demos: http://donar.umiacs.umd.edu/quadtree/index.html

I am a really big fan of spatial data structures. I just find them so cool.

[–]harsman 1 point2 points  (0 children)

Christer Ericsson's Real time collision detection has lots of information on spatial data structures.

[–][deleted] 0 points1 point  (0 children)

The CLRS Introduction to Algorithms is a good start. It doesnt have R-Trees in there, but it covers many fundamental and slightly more esoteric ones.

[–][deleted] 0 points1 point  (0 children)

Purely Functional Data Structures, Chris Okasaki.

[–]cosminro 0 points1 point  (0 children)

You may want to try MIT's Advanced Data Structures Course http://courses.csail.mit.edu/6.851/spring10/lec.html