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.
@kaflsezdf10 ай бұрын
Excellent explanation! I dont usually post comments but you are great my brother. Thanks for the help!
@SoftwareDude10 ай бұрын
Thank you 🤩
@Sandeep-zd6dq Жыл бұрын
I am sure this channel will suddenly explode on KZbin, literally your content is super amazing and please don’t forget me I am your one of initial subscribers 😂❤
@SoftwareDude Жыл бұрын
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.
@MostafaAliMansour Жыл бұрын
This channel is underrated, will leave this comment and edit it when it becomes famous 👏
@SoftwareDude Жыл бұрын
Thank you 😊
@d0ubtingThom4sАй бұрын
Space complexity also increases with a plain O(n) because you have an extra pointer with everything. Main tradeoff is no more vector operations!
@Nallu_Swami7 ай бұрын
The way of explanation was so clear , Thanks a lot
@SoftwareDude6 ай бұрын
Thank you 🤩
@adarshanayak83922 ай бұрын
Thanks for this video, crystal clear explanation of how skip list can be used. implementation of this concept using any of the programing languages would have helped me ever further in understanding, Anyways this video is awesome.
@SoftwareDude2 ай бұрын
Glad it was helpful! 🤩 Thank you for the suggestion, we will try to accommodate it in future videos.
@BCBlockFestivals11 ай бұрын
This is an awesome channel. Great technical videos explained very simply. Keep going.
@SoftwareDude9 ай бұрын
Thank you 🤩
@akshatbawa4750Ай бұрын
Can you please explain how skip graphs are different? How are they faster? How do they skip in a better way? If they do...
@Elena-oh6xf9 ай бұрын
thank you so much!!!! Needed this!!!
@SoftwareDude8 ай бұрын
Thank you 🤩
@justinluu30327 ай бұрын
this is an amazing explanation!
@SoftwareDude6 ай бұрын
Thank you 🤩
@__________________________691010 ай бұрын
Easy to understand
@SoftwareDude9 ай бұрын
Thank you 🤩
@Видеосъемказапрещена2 ай бұрын
Great video!
@SoftwareDude2 ай бұрын
Thank you 🤩
@thinktank3613 Жыл бұрын
Nice explanation
@SoftwareDude Жыл бұрын
Thanks for liking
@oneness-divinebeings1115 Жыл бұрын
Very well explained
@SoftwareDude8 ай бұрын
Thank you 🤩
@nguyenduy-sb4ue Жыл бұрын
pretty good explaination dude
@SoftwareDude Жыл бұрын
Thanks. Glad you liked it!!
@ravibagga1506 Жыл бұрын
What if we get unsorted list. Can we apply skip list on it?
@CodeWithConfidence01 Жыл бұрын
No, Linked List must be in sorted order must. For the skip list.
@SoftwareDude6 ай бұрын
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.
@vaibhavmewada45086 ай бұрын
good explanation
@SoftwareDude6 ай бұрын
Thanks for liking 🤩
@spiikedd Жыл бұрын
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?
@SoftwareDude Жыл бұрын
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).
@AadeshingaleOfficial-zl5fd8 ай бұрын
Nice Sir ☺️
@SoftwareDude8 ай бұрын
Thank you 🤩
@SweetPeachannel Жыл бұрын
thank you ..
@SoftwareDude Жыл бұрын
You're welcome!
@hereallyfast7 ай бұрын
so does ipfs!
@SoftwareDude4 ай бұрын
Yep 😄
@Un4GivNX Жыл бұрын
Why not using a dictionary?
@SoftwareDude Жыл бұрын
Yes, here we are mainly discussing skip list. But depends on the use case and implementation trade-off.
@SweetPeachannel Жыл бұрын
why my lecture can not explain like you did with simplicity ...
@SoftwareDude Жыл бұрын
Maybe you can share this video with your lecturer 😂