Insert a value in a Sorted Linked List

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

КОМЕНТАРІ • 5

  • @jorgeibacache8229
    @jorgeibacache8229 3 роки тому +2

    Hey, great explanation.
    Not sure but I think in section D you should be using h2, right?

  • @catmeme4life220
    @catmeme4life220 3 роки тому +1

    Thank you, sir, it is very well explained.

  • @skms31
    @skms31 3 роки тому

    The third last line of the code should be temp.next = h2.next and h2.next= temp;