Linked lists in 4 minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ค. 2024
  • Linked lists in 4 minutes.
    Code: github.com/msambol/dsa/blob/m...
    Sources:
    1. Introduction To Algorithms, Third Edition (CLRS) [www.amazon.com/Introduction-A...]
    2. en.wikipedia.org/wiki/Linked_...
    LinkedIn: / michael-sambol

ความคิดเห็น • 56

  • @88tylerb22
    @88tylerb22 2 ปีที่แล้ว +29

    Just wanted to say thank you. Your videos on the sorting algorithms helped me pass the test I needed to take to officially enter my major.

    • @MichaelSambol
      @MichaelSambol  2 ปีที่แล้ว +2

      You're welcome! That's awesome. Glad I could be a part of your journey.

  • @vaidik03
    @vaidik03 2 ปีที่แล้ว +4

    I was revising my concepts using your videos and then I got curious if you are still posting today. I’m so glad that after 5 years you’re back! I have my Algorithms practical exam tomorrow and your videos are helping me a lot. Thank you.

  • @spenex4370
    @spenex4370 2 ปีที่แล้ว +2

    Your videos have absolutely carried me through my comp science course. Absolute legend.

  • @solaimanjawad5015
    @solaimanjawad5015 2 ปีที่แล้ว +1

    Thank you again for startig these series. Hope everything is good with you!

  • @98Distruttore98
    @98Distruttore98 2 ปีที่แล้ว +1

    Welcome back my hero, I'm understanding everything thanks to your video.

  • @RasputinHunter
    @RasputinHunter 2 ปีที่แล้ว +1

    The man, the myth, the legend. Great to see your videos again!

  • @danielagapov8565
    @danielagapov8565 2 ปีที่แล้ว

    Thanks for coming back to TH-cam and making more videos!

  • @indieindie1513
    @indieindie1513 ปีที่แล้ว +6

    is anyone else really annoyed that self.head is serving as an node object AND a pointer? that's just confusing lol

  • @shy3175
    @shy3175 2 ปีที่แล้ว +2

    The day i wrote my algorithms and data structure exam, you started posting videos again, after 5 years

  • @super_decade5632
    @super_decade5632 2 ปีที่แล้ว +7

    OMG you are back!

  • @Justin_hrl
    @Justin_hrl 2 ปีที่แล้ว +1

    Thank you so much! A video on dynamic programming and greedy algorithms would be amazing

    • @MichaelSambol
      @MichaelSambol  2 ปีที่แล้ว +1

      Added to my list..!

    • @plutomessi21
      @plutomessi21 6 หลายเดือนก่อน

      please add it in a stack so that when ever you pop it it's first 😇@@MichaelSambol

  • @ics3217
    @ics3217 2 ปีที่แล้ว

    Thank you for your amazing videos!

  • @TempProj
    @TempProj 2 ปีที่แล้ว +2

    The man came back!

  • @heliolucio7691
    @heliolucio7691 10 หลายเดือนก่อน

    How this video has so few views? Your explanation was great, made me understand :)

  • @ohadmaday2229
    @ohadmaday2229 2 ปีที่แล้ว

    Straight to the point 🎯

  • @spacetrip7278
    @spacetrip7278 7 หลายเดือนก่อน

    Thank you so so much

  • @Ali-qm8ix
    @Ali-qm8ix 2 ปีที่แล้ว

    bro keep going we going to support u all the way!!

    • @MichaelSambol
      @MichaelSambol  2 ปีที่แล้ว

      Thank you, Ali! More in the works.

  • @Legogazer
    @Legogazer 2 ปีที่แล้ว

    Welcome back man, almost finishing my computer science degree and u decide to finally post again lol

  • @kubsnn
    @kubsnn 2 ปีที่แล้ว +1

    Will you make video on removing nodes from red-black tree?

  • @javipy2731
    @javipy2731 2 ปีที่แล้ว +1

    Nice video, please could you explain the red-black tree deletion operation, it was the only thing you didn't explain 5 years ago when you talked about red black trees

    • @MichaelSambol
      @MichaelSambol  2 ปีที่แล้ว

      On my list... it's a hard video to make but I will get it done.

  • @shivanshmishra752
    @shivanshmishra752 2 ปีที่แล้ว

    Welcome Back 🔥🔥🔥❤️😊

  • @doodle_mo_ka4336
    @doodle_mo_ka4336 ปีที่แล้ว

    animation is extremely helpful for understaand the code, even thoughthis is list first time I learn linked list.

  • @duskydust190
    @duskydust190 9 หลายเดือนก่อน

    Damnn man i love ur videos 😊❤

  • @kmsyahid1234
    @kmsyahid1234 2 ปีที่แล้ว

    Can you do binary search in linked list?

  • @Mmtsure
    @Mmtsure 2 ปีที่แล้ว

    Need more video on data structure topic bro , waiting

  • @erickku.4902
    @erickku.4902 10 หลายเดือนก่อน

    if the linked lsit is empty doesn't the head pointer points to the tail?

    • @MichaelSambol
      @MichaelSambol  10 หลายเดือนก่อน

      Head points to nil: github.com/msambol/dsa/blob/master/data_structures/linked_list.py#L12

  • @romainbruyere8666
    @romainbruyere8666 2 ปีที่แล้ว

    Please, could you do videos on AVL trees ? Like the ones on r&b ? 😇

  • @davidvc4560
    @davidvc4560 2 หลายเดือนก่อน

    thanks!

  • @saketdeshmukh6881
    @saketdeshmukh6881 ปีที่แล้ว

    3blue1brown of data structure, Thank you

  • @Atinut12
    @Atinut12 20 วันที่ผ่านมา

    Whenever I wrote complete code why I can’t get result after run ?

    • @MichaelSambol
      @MichaelSambol  20 วันที่ผ่านมา +1

      Try using this as an example: github.com/msambol/dsa/blob/master/data_structures/linked_list.py

    • @Atinut12
      @Atinut12 20 วันที่ผ่านมา

      @@MichaelSambol thank you 🙏

  • @shivanshmishra752
    @shivanshmishra752 2 ปีที่แล้ว

    Please make vedio on topological sorting

  • @AhmadLearns
    @AhmadLearns ปีที่แล้ว

    What program do you use to create these visuals?

  • @DaxterSnickers
    @DaxterSnickers ปีที่แล้ว

    Thats the first time i hear them called singly and doubly. I only ever hear single and double linked list..

  • @abbk8815
    @abbk8815 ปีที่แล้ว

    please do trees and graph data structures in python

    • @MichaelSambol
      @MichaelSambol  ปีที่แล้ว

      I have some stuff here (more coming): github.com/msambol/youtube

  • @funnyshiittt
    @funnyshiittt 2 ปีที่แล้ว

    Tiktok for DSA hhhh. Thanks.

  • @kol-ai
    @kol-ai 11 หลายเดือนก่อน

    - Linked lists are a data structure for storing objects in linear order.
    -

    • @kol-ai
      @kol-ai 11 หลายเดือนก่อน

      Each object has data and a pointer to the next object in the list.
      - Linked lists are used to implement other data structures and in dynamic memory allocation.
      - Common operations with linked lists include search, insert, and delete.
      - Search has a time complexity of O(n), while insert and delete have a constant time complexity of O(1).

  • @jordanle366
    @jordanle366 2 ปีที่แล้ว

    Do you have a ko-fi?

  • @husain7849
    @husain7849 ปีที่แล้ว

    Thats not 4 minutes. Its 21 seconds overshot

  • @marshelene
    @marshelene ปีที่แล้ว

    hopefully this one will get me a B- tomorrow.

    • @MichaelSambol
      @MichaelSambol  ปีที่แล้ว +1

      Shoot for an A!

    • @marshelene
      @marshelene ปีที่แล้ว

      @@MichaelSambol thank you :) i was too busy to study watching world cup haha.