Skip lists


This week, we will explore a nifty variant of linked lists called the skip list that adds "express lanes" to enable much faster search (and thus insert and remove). We'll do a little introduction to how it works, and then hack together a working fast search. Come prepared for code jam!

✅ See Week 9 post on Ed forum for prep tasks.