We’re covering B-trees in my Advanced Data Structures class – CPSC 321 at Mary Washington College. Here are a few links that we’ll be looking at
- Lecture materials from David Alex Lamb. Topics include B+ Trees, Definitions, Layout Details, B+ Tree Search, Range Queries, B+ Tree Insertion, Other B+ Tree Operations
http://www.qucis.queensu.ca/home/dalamb/235/slides/btree.html - Useful collection of materials by Peter Neubauer. Good content, nice illustrations, and several links to other resources.
http://www.bluerwhite.org/btree - The definition from the Dictionary of Algorithms and Data Structures Useful links.
http://www.nist.gov/dads/HTML/btree.html
And here are some links to some humorous RFCs
- The 12-Days of Technology Before Christmas
http://www.faqs.org/rfcs/rfc1882.html - Humourous RFCs by George Shaw.
http://users.aber.ac.uk/gms2/rfc.html - The collection of all of George’s links
http://users.aber.ac.uk/gms2/links.html
Post a Comment