2-3: Skip List

preview_player
Показать описание
Skip list a data structure that performs search, insertion, and deletion in log(n) time. Skip list is built upon a linked list. The height of nodes grows randomly.

Data structure basics:
Рекомендации по теме
Комментарии
Автор

This is the best video about the skip list ever. Thanks.

MH-muvb
Автор

Don't skip this skip list wonderful teaching.... crystal cleared

pashamohd
Автор

Thanks from Russia, i study a book by Stroustrup and in 18 chapter have task with Skip List. Your video very helpful

silencemod
Автор

Aaj mera paper hai 2 baje air skip list 100 % aane vali hai... Dhanyawad Sir for uploading video 🥺 !!!

enzaki
Автор

Nihao for the algorithms lecture, Mr. Wang.

konstantinrebrov
Автор

Simplest explanation and I also see it being pointing out the relevant cases and I feel I can implement this. Also feel what deletion should look like.

I saw other videos that either make the topic "badly explained" and seem hard while this seem extreme easy to implement - or also found videos lacking in delving deep-enough for implementation. Good work!

PS.: I actually invented two new data structures while watching your video. Both are theoretically - and likely practically - faster than this and also keeps a sorted set data structure. They have more cache locality and one of them has clearly O(1) operations for insert/search/delete (basic operation count like 25-32 when implemented well).

uvata
Автор

This is not the best, this is the Greatest

benzeltser
Автор

Excellent and outstanding.... Thank you so much. Please add Time complexities for all operations

MVaralakshmi-fd
Автор

please explain deletion when you have time, especially on how to memorize the pointers along the search path

supersonics
Автор

Best video on this topic! Thank you sir

kennethjohnras
Автор

Thank you very much Mr. Wang, you have made it clear to me, really a very well prepared video

turkialbakr
Автор

Absolutely gorgeous! Thank you so much!

eugenetsiukhlov
Автор

Great and very clear lecture! Thanks a lot

qili
Автор

Nice Video and with a speed of 2 actually normal speed :D

Renki
Автор

Great video. Covered different use cases.

ajaykumaranbazhagan
Автор

Great video if you watch with 2x speed

ibo
Автор

Absolutely incredible nice one about skip lists

creativepravesh
Автор

nice explanation, really easy to understand

MrExamer
Автор

Hey, awesome video! What software did you use to do this animations?

matiassandacz
Автор

an awesome video to explain skip list!

billmo