Comment and let us know if you have any questions. Like, subscribe and share. Contact us at *techhome101@**gmail.com* for a detailed course, technical consultation, interview prep and discussion.
I am sure this channel will suddenly explode on RUclips, literally your content is super amazing and please don’t forget me I am your one of initial subscribers 😂❤
Thank you, we’re humbled 🙌. Please share in your circle if you think this will help others also. We will be thrilled to see as many people benefit from this as possible.
No, skip list works only on sorted lists. But there are few variations that can be applied to unsorted lists. Will try to cover those in future videos.
The avg case complexity is O(log(n)), starts with O(sqrt(n)) for 2 lanes. Will be lesser for 3 lanes and so on converging towards avg case O(log(n)). However worst case is O(n).
Comment and let us know if you have any questions.
Like, subscribe and share.
Contact us at *techhome101@**gmail.com* for a detailed course, technical consultation, interview prep and discussion.
Excellent explanation! I dont usually post comments but you are great my brother. Thanks for the help!
Thank you 🤩
The way of explanation was so clear , Thanks a lot
Thank you 🤩
This is an awesome channel. Great technical videos explained very simply. Keep going.
Thank you 🤩
I am sure this channel will suddenly explode on RUclips, literally your content is super amazing and please don’t forget me I am your one of initial subscribers 😂❤
Thank you, we’re humbled 🙌. Please share in your circle if you think this will help others also. We will be thrilled to see as many people benefit from this as possible.
Space complexity also increases with a plain O(n) because you have an extra pointer with everything. Main tradeoff is no more vector operations!
This channel is underrated, will leave this comment and edit it when it becomes famous 👏
Thank you 😊
thank you so much!!!! Needed this!!!
Thank you 🤩
Great video!
Thank you 🤩
this is an amazing explanation!
Thank you 🤩
Can you please explain how skip graphs are different?
How are they faster?
How do they skip in a better way? If they do...
What if we get unsorted list. Can we apply skip list on it?
No, Linked List must be in sorted order must. For the skip list.
No, skip list works only on sorted lists. But there are few variations that can be applied to unsorted lists. Will try to cover those in future videos.
Explain how do we get O(sqrt(n))? Do we count the same node in skip list and original list twice? Do we count the last node?
The avg case complexity is O(log(n)), starts with O(sqrt(n)) for 2 lanes. Will be lesser for 3 lanes and so on converging towards avg case O(log(n)). However worst case is O(n).
Very well explained
Thank you 🤩
pretty good explaination dude
Thanks. Glad you liked it!!
Nice explanation
Thanks for liking
Easy to understand
Thank you 🤩
Nice Sir ☺️
Thank you 🤩
good explanation
Thanks for liking 🤩
thank you ..
You're welcome!
so does ipfs!
Yep 😄
Why not using a dictionary?
Yes, here we are mainly discussing skip list. But depends on the use case and implementation trade-off.
why my lecture can not explain like you did with simplicity ...
Maybe you can share this video with your lecturer 😂
@@SoftwareDude definitely