Circular Doubly Linked List (Insertion at the Beginning)

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

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

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

Congratulations of 1 Million subscribers 😍😍😋❤️❤️
You deserve more n more 😊
Respect from Pakistan 🇵🇰

engr.bilalzia
Автор

What to do if I want to add more. Than two nodes?

myfantasyworld
Автор

Why This Part of the code is not running ?(my own logic)
node *tail, int data){
node *temp=new node();
temp->next=tail->next;
temp->prev=tail;
tail->next=temp;
temp->next->prev=temp;
return tail;
}

bibekrawat
Автор

O owner of the channel, please, put an Arabic translation

عمادالمصري-ظص
Автор

Hii sir im BE in entc and i have problem about pragramming so pls start video on basic programming and learn mi various language on ur channel

ajinkyabhuibhar