Linked Lists C# | CODEMAS 7

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 3

  • @oceanTHEsoul
    @oceanTHEsoul 18 днів тому +2

    Is there a double circular link?

    • @ed-tech-dev
      @ed-tech-dev  18 днів тому +2

      Great question! 🎉 Sure, double circular linked list exists! A simple example is a playlist in YT Music - where each song points to the next and previous songs, and the last song loops back to the first one, enabling seamless forward and backward navigation.

    • @oceanTHEsoul
      @oceanTHEsoul 18 днів тому +2

      @ed-tech-dev thank you! And great example!