This is the best video about the skip list ever. Thanks.
@pashamohd57762 жыл бұрын
Don't skip this skip list explanation..... wonderful teaching.... crystal cleared
@silencemod88083 жыл бұрын
Thanks from Russia, i study a book by Stroustrup and in 18 chapter have task with Skip List. Your video very helpful
@u9vata Жыл бұрын
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).
@enzaki7603 Жыл бұрын
Aaj mera paper hai 2 baje air skip list 100 % aane vali hai... Dhanyawad Sir for uploading video 🥺 !!!
@konstantinrebrov675 Жыл бұрын
Nihao for the algorithms lecture, Mr. Wang.
@fridericusrex981210 ай бұрын
Wtf? "Nihao" doesn't mean what you think it does.
@fridericusrex981210 ай бұрын
Racist pig
@vinitsunita10 ай бұрын
Best Explanation of skiplist
@MVaralakshmi-f9d3 ай бұрын
Excellent and outstanding.... Thank you so much. Please add Time complexities for all operations
@benzeltser98513 жыл бұрын
This is not the best, this is the Greatest
@MasterGamerPaul20003 жыл бұрын
DI gang incoming
@PaulSmith-gi5bf3 жыл бұрын
A man of culture
@supersonics91969 ай бұрын
please explain deletion when you have time, especially on how to memorize the pointers along the search path
@turkialbakr16133 жыл бұрын
Thank you very much Mr. Wang, you have made it clear to me, really a very well prepared video
@qili94873 жыл бұрын
Great and very clear lecture! Thanks a lot
@supersonics91969 ай бұрын
very clear explanation, professor
@kennethjohnras86852 жыл бұрын
Best video on this topic! Thank you sir
@Renki903 жыл бұрын
Nice Video and with a speed of 2 actually normal speed :D
@Singlton Жыл бұрын
but how to calculate the address of a node?>
@sobevj3 жыл бұрын
if we perform lots of insertion, is it's ok to rebuild the skip list
@flyingcheburek23202 ай бұрын
Great explanation 👏
@ajaykumaranbazhagan18514 жыл бұрын
Great video. Covered different use cases.
@markkaravan42453 жыл бұрын
Very clear! Well done Shusen
@MrExamer2 жыл бұрын
nice explanation, really easy to understand
@creativepravesh2053 жыл бұрын
Absolutely incredible nice one about skip lists
@abhinavsharma-gy9mi3 жыл бұрын
Beautifully explained sir
@matiassandacz91452 жыл бұрын
Hey, awesome video! What software did you use to do this animations?
@eugenetsiukhlov71278 ай бұрын
Absolutely gorgeous! Thank you so much!
@anirvirnnmishra3 жыл бұрын
That was a good explanation 😍
@neliswamajeu7803 жыл бұрын
Definitely
@billmo68243 жыл бұрын
an awesome video to explain skip list!
@ibo30994 жыл бұрын
Great video if you watch with 2x speed
@victornoagbodji3 жыл бұрын
😊 😊 🙏 thank you so much for sharing this video!
@oneness-divinebeings1115 Жыл бұрын
Super explanation.. Thank you
@NRI_NOMAD3 жыл бұрын
Beautiful! Thanks for your effort!
@abd5184 Жыл бұрын
Great animation
@Mas1o83 жыл бұрын
Nice video , very informative
@jungervin87653 жыл бұрын
Amazing video!
@francesco8844 жыл бұрын
Thank you for this video.
@owenmajor13143 жыл бұрын
ahh yes Data Structures... quite possibly one of the most difficult papers you could take at university