Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Exotic Functional Data Structures - Hitchhiker Trees
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Functional Data Structures
- 3 How to fix this?
- 4 A List of Fruit
- 5 Mutation in an Immutable World
- 6 Pointers!
- 7 Pointers and Sharing
- 8 Editing the Linked List
- 9 Worse Case Performance
- 10 Philosophy of Identity
- 11 Binary Search Trees
- 12 Performance Analysis/Algebra
- 13 Properties of Trees
- 14 B Trees are Optimal for Reads
- 15 B+ Tree
- 16 Fractal Trees
- 17 Appending to a Log
- 18 Fractal Insertion
- 19 Walking Through Insertions
- 20 Find the Path
- 21 Project Pending Operations
- 22 Broken for Scans
- 23 Only Project Values Within Range
- 24 Path Copying or Not!
- 25 Flush Control
- 26 Real Branching Factors
- 27 Datacrypt is Pluggable
- 28 Outboard