Linked Lists Explained

Sdílet
Vložit
  • čas přidán 24. 04. 2024
  • Linked lists! You may never need to implement one, but they are a critical part of computer science theory and data structures. Learn how they differ from arrays and subscribe to keep learning theory concepts on CS Thursday!
    CS Thursday playlist: • Computer Science Thurs...
  • Věda a technologie

Komentáře • 3

  • @ahmad-murery
    @ahmad-murery Před 2 měsíci +1

    The first time I read about linked list I was a mind blowing concept to me, and it still fascinates me today.
    Looking forward for more programming concepts.
    Thanks Rob!

    • @robertbunch-dev
      @robertbunch-dev  Před 2 měsíci +1

      Same : ) It's not ever needed in most high level languages because it's easier to manage under the hood, but a simple elegance and brilliance in the approach.

    • @ahmad-murery
      @ahmad-murery Před 2 měsíci

      @@robertbunch-dev I feel more confident when I know how it works under the hood