Meeting 8. Skip lists

Thursday November 16


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

✅ See this Ed post for resources.