Skip List Explained | Advanced Data Structure | What is Skip List Data Structure | Coding Interview

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

Комментарии • 45

  • @SoftwareDude
    @SoftwareDude  2 года назад +1

    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.

  • @kaflsezdf
    @kaflsezdf Год назад +9

    Excellent explanation! I dont usually post comments but you are great my brother. Thanks for the help!

  • @Nallu_Swami
    @Nallu_Swami 9 месяцев назад +3

    The way of explanation was so clear , Thanks a lot

  • @BCBlockFestivals
    @BCBlockFestivals Год назад +1

    This is an awesome channel. Great technical videos explained very simply. Keep going.

  • @Sandeep-zd6dq
    @Sandeep-zd6dq 2 года назад +7

    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 😂❤

    • @SoftwareDude
      @SoftwareDude  2 года назад +1

      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.

  • @d0ubtingThom4s
    @d0ubtingThom4s 3 месяца назад +1

    Space complexity also increases with a plain O(n) because you have an extra pointer with everything. Main tradeoff is no more vector operations!

  • @MostafaAliMansour
    @MostafaAliMansour Год назад +1

    This channel is underrated, will leave this comment and edit it when it becomes famous 👏

  • @Elena-oh6xf
    @Elena-oh6xf 11 месяцев назад +1

    thank you so much!!!! Needed this!!!

  • @Видеосъемказапрещена
    @Видеосъемказапрещена 5 месяцев назад +2

    Great video!

  • @justinluu3032
    @justinluu3032 9 месяцев назад +1

    this is an amazing explanation!

  • @akshatbawa4750
    @akshatbawa4750 4 месяца назад

    Can you please explain how skip graphs are different?
    How are they faster?
    How do they skip in a better way? If they do...

  • @ravibagga1506
    @ravibagga1506 Год назад +5

    What if we get unsorted list. Can we apply skip list on it?

    • @CodeWithConfidence01
      @CodeWithConfidence01 Год назад

      No, Linked List must be in sorted order must. For the skip list.

    • @SoftwareDude
      @SoftwareDude  8 месяцев назад

      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.

  • @spiikedd
    @spiikedd Год назад +4

    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
      @SoftwareDude  Год назад +1

      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).

  • @oneness-divinebeings1115
    @oneness-divinebeings1115 Год назад +1

    Very well explained

  • @nguyenduy-sb4ue
    @nguyenduy-sb4ue 2 года назад +1

    pretty good explaination dude

  • @thinktank3613
    @thinktank3613 Год назад +2

    Nice explanation

  • @__________________________6910
    @__________________________6910 Год назад +1

    Easy to understand

  • @AadeshingaleOfficial-zl5fd
    @AadeshingaleOfficial-zl5fd 11 месяцев назад +1

    Nice Sir ☺️

  • @vaibhavmewada4508
    @vaibhavmewada4508 8 месяцев назад +1

    good explanation

  • @SweetPeachannel
    @SweetPeachannel Год назад +1

    thank you ..

  • @hereallyfast
    @hereallyfast 9 месяцев назад +1

    so does ipfs!

  • @Un4GivNX
    @Un4GivNX Год назад +1

    Why not using a dictionary?

    • @SoftwareDude
      @SoftwareDude  Год назад +2

      Yes, here we are mainly discussing skip list. But depends on the use case and implementation trade-off.

  • @SweetPeachannel
    @SweetPeachannel Год назад +1

    why my lecture can not explain like you did with simplicity ...

    • @SoftwareDude
      @SoftwareDude  Год назад +2

      Maybe you can share this video with your lecturer 😂

    • @SweetPeachannel
      @SweetPeachannel Год назад

      @@SoftwareDude definitely