Bookmarks
Understanding B-Trees: The Data Structure Behind Modern Databases
Clear, in-depth explanation of B-trees, a fundamental data structure used in databases and file systems.
Rope Datastructure
Technical presentation of the rope data structure with code overview, useful for efficient string manipulation knowledge.