Single Linked List (Deleting the First Node)

preview_player
Показать описание
Data Structures: Deleting the First Node of a Singly Linked List
Topics discussed:
1) C Program for deleting the initial node of single linked lists.

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

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

Don't say thank you for We have to say thank you very much for doing this lectures.

interestingfacts
Автор

It's our humble request please sir increase the frequency of data structures and algorithms. It's the most demanded subjects for CS students and also for other branches who are giving GATE in CS/IT or are preparing for campus placements. Please sir, truly speaking, no one teaches this topic better than you in the entire You Tube family.

anusmitsaha
Автор

Awesome lecture sir, and today also you uploaded, I'm very happy and i hope daily.... videos on data structures will be uploaded like this only...thank you sir😊

maca
Автор

sir your explanations are amazing, you first explain logic and then the program which just makes it so much easier.

afifacse
Автор

Your videos are always amazing .
Sir your teaching method is so good you can explain complicated things in a very easy manner.
Thank you so much sir🙏🇮🇳😄
Keep making these type of videos

Physics_For_Life_
Автор

Love to see that he uses India's tri colour in the every presentation 🇮🇳🇮🇳🇮🇳

uttamkarmakarece
Автор

Is it possible for you, guys, to upload all the lectures on data structures such as on queues, priority queue etc.

kashifjalal
Автор

How many of you found the tricolor in the code!!

___vijay___
Автор

Sir it's my humble please add full code in description

deepakrai
Автор

About the temp Node . What if you are using Java ? The temp node should be pointing to null?

alxx
Автор

Sir, plz make more videos on the topic of stack, queue and tree.so that I understand it

prayanshusharma
Автор

Can we use directly head in while loop..?while(head!=null)
Why it was neede that head = ptr, and then ptr was using in it..?

kasinathvaradi
Автор

please upload the videos about stack also

Автор

What can we pass reference of head and no need to return head pointer ??

NishaYadav-pjmm
Автор

can you please post a code for taking input from user coz it is very confusing

tulikagupta
Автор

Sir plzz make a vedio on double linked list plzz sir it's a humble request from my side plzz sir

Eng.RajniPaneru
Автор

My code is not running. Can someone please provide the full code with the creation of the list as well.

muskangarg
Автор

why cant you just take head by refrence (pointer to pointer) instead of return it

mohamedyounis
Автор

Why can't we directly write
if (head == NULL)
{

printf("List is empty!");
}
else
{

head = head->link;

}

prachid
Автор

I have one doubt. Sir are you going to do videos about array topic in data structures again or array part in C programming language is enough?

maca