Circular Singly Linked List (Insertion at the End)

preview_player
Показать описание
Data Structures: Insertion at the End of a Circular Singly Linked List
Topics discussed:
1) C program for inserting a new node at the end of a circular singly linked list.

Music:
Axol x Alex Skrindo - You [NCS Release]

#DataStructuresByNeso #DataStructures #CircularLinkedList #LinkedList
Рекомендации по теме
Комментарии
Автор

Best content of data structure on YouTube 👑👑👑❤

gadgetnation
Автор

Sir please add remaining topics as early as possible because I am preparing for gate 2021 and want to complete data structure only with Neso Academy .Thank you.

akashpatil
Автор

best sir your explaination is very right way

TheInfoGenie-bvwt
Автор

sir i am prepairing for gate if u create your videos regularly fast then I easily overcome my syllabus

TheInfoGenie-bvwt
Автор

At 1:16 instead of writing:
tail = tail->next.
Can we also write it as:
tail = newP
Bcz newP is also pointing to the last node which is the node we want to insert at the end.
??Anybody

hallucinatory.
Автор

Sir plzz parallel y start c++ course....🙏🙏

DeepakKumar-nkcv
Автор

1:15 Can't we write tail=newP cuz newP holds next node address?

Rpshailu
Автор

Sir please post when did all topics will be finished

gadgetnation
Автор

Sir when u start c++ course....
Plzzz start

tammannabhagat
Автор

But In this code you didn't do the traversing part right

MVIS_Sumanthkumar
Автор

ive written the same exact code of yours, yet my newly added node (which is supposed to be added at the end) is being added to the beginning. what is the fix?

ameer