Sir, I just would like to say THANKS! Your videos have help my friends and me to pass the class and finally graduate. Some professors are always confusing students, but you make EVERYTHING easier. Please, keep up the good work and God bless you!
@geekyprogrammer48314 жыл бұрын
After referring to countless of resources, your videos made the most sense. You are a genius!!
@shubhampatel48792 жыл бұрын
Yes definitely
@fahadhassan87495 жыл бұрын
bhai I was wandering on youtube for last 5 days to clearify my concepts.Atlast I found you here I just wanna say you safe myself from quiting the linked list.
@gyogamble99965 жыл бұрын
"Hello, friends!" Thank you for making this video. It was immensely helpful.
@priyangam90776 жыл бұрын
I swore this is the best lecture i have ever seen.
@iamonmyway62134 жыл бұрын
Yeah bro😭
@YohanMidha5 жыл бұрын
Heres the above code implemented with a prit function I made to show you the output #include #include typedef struct node node_t; //Defining a Node struct node { int data; //each NODE has a data entry node_t *next; // and a pointer to the next Node }; node_t *head; void print() { node_t *temp = (node_t*)malloc(sizeof(node_t)); temp = head; printf("The list contains: "); while (temp != NULL) { printf("%d ", temp->data); temp = temp->next; } } int main(void) { int n; printf("Enter total number nodes: "); scanf("%d",&n); node_t *temp, *p; //for the first node , we must take it separately and shouldnt be included in the for loop int i = 1, element; printf("Enter node number %d: ", i); scanf("%d", &element); temp = (node_t*)malloc(sizeof(node_t)); temp->data = element; temp->next = NULL; p = temp; head = temp; for (i = 2; i data = element; temp->next = NULL; p->next = temp; p = p->next; } print(); }
@asdgqgqwe5 жыл бұрын
Thanks!
@asmakhan5415 жыл бұрын
Great bro
@elizavetamaslennikova89364 жыл бұрын
Nice job!
@preranadas44034 жыл бұрын
Can I add *head
@wonderfulmusiclofi3 жыл бұрын
sir your explanation is the best because you explains from basic that can be understand by every type of student...Thank you sir
@snehalmishra54294 жыл бұрын
That's the best video I have ever seen for the Linked List Simple and Clear Keep it up Sir
@bestredditstories11582 жыл бұрын
Starting to understand linked lists thanks to you. You’re amazing!!
@asdgqgqwe5 жыл бұрын
You are a magician! Great explanation! AMAZING! You don't skip anything, great job!
@hafizbilalahmed88675 жыл бұрын
A perfect teacher for Data Structure,,,
@sushannthreddy20924 жыл бұрын
after watching your video i understood linkedlist concept thank you very very very much sir
@rutujamurge77135 жыл бұрын
Thank you sir, you make it understandable..
@gourangpathak44433 жыл бұрын
Finally Understood Thanks for this explanation
@devanshprakash83542 жыл бұрын
Explained in such an easy way!!!
@harshwalia66256 жыл бұрын
Thank you for making this video, I finally understand linked list
@tanmaykapil53626 жыл бұрын
Sir ultimate video keep inspiring us by making new videos lecture ***** 🌟
@Monk3y19935 жыл бұрын
You made it easy dude, i love you.
@Pritamdas-bg7fp5 жыл бұрын
sir u r teaching is easy to understood,
@gemedabekanaofficial61404 жыл бұрын
thank you continuous the other programs including all programs
@lab_er5 жыл бұрын
Hello mr Vivekanand Khyade I am Alaa from Syria, thank you very much this vedio helps me
@pranalisuryawanshi4915 жыл бұрын
Very nice sir....Thanku so much...
@kulsoom_amin4 жыл бұрын
Very well explained 👌👌
@009sonalisophiebilung94 жыл бұрын
Nice lecture sir 👍
@gagantechtechnical67375 жыл бұрын
Speed 1.5x is good... Very good explanation 👍😉👌 Loved it
@hiwarekar226 жыл бұрын
Very useful explanation!!!
@kanaksharma59794 жыл бұрын
great video sir
@sourabhpatil17805 жыл бұрын
Thank you very much sir! Your explanation is very nice...Thank you
@firibuanyass6 жыл бұрын
You are the best. I would like videos on EULER , AND HAMILTON theory!!!!
@rishimaborah99563 жыл бұрын
sir, I didn't understood one thing. Instead of assigning temp to p, why we didn't even used p in the first place for holding the base address of node1?
@muniruddinahmed70115 жыл бұрын
Nice explanation.. Can be understand each n every points
@manuchaudhary79024 жыл бұрын
Since you are expert of C, do some videos on Embedded Systems.
@subhadipmaity32535 жыл бұрын
Very nicely explained Sir..thank you..
@chrislione9504 жыл бұрын
this is a very good explanation but wish you had it on C++
@viveknirala48756 жыл бұрын
Very easy to learn thanks
@SmarikaSharma-l2m7 ай бұрын
thank you so much for the video
@aartisirvani55545 жыл бұрын
Very useful...thanks sir
@anchalmaurya59445 жыл бұрын
nice explanation sir.......👍
@twinklegarg14134 жыл бұрын
Sir element variable is not declared so how can we use it?
@mohitsawal53146 жыл бұрын
This code is not working After compiling segmentation fault is appearing
@krishnaprasad37266 жыл бұрын
Wonderful explanation....
@yogionutube6 жыл бұрын
U teach well brother , thumbs up from my side 👌👌👌
@azizrouame6076 жыл бұрын
Very very good. Thank you.
@firibuanyass6 жыл бұрын
you are the best. keep the good work up.
@sahilgarg73836 жыл бұрын
if i dont want to enter the number the nodes in the starting but in place of that i want to make as many nodes as i want... means no of nodes should be made according to my choice than what should i do in that case...
@himansuranjanmallick164 жыл бұрын
Thanks sir🙏🙏🙏
@asmakhan5415 жыл бұрын
Great!
@parattakornchaisiriyanon22536 жыл бұрын
Awesome teacher
@divyrajverma8286 Жыл бұрын
हर हर महादेव जय माँ भवानी जय श्रीराम जय माँ सीता जय हनुमानजी हर हर महादेव जय माँ भवानी जय श्रीराम जय माँ सीता जय हनुमानजी 🙏🙏🙏🙏🙏❤❤❤❤❤❤🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩
@sayanbhattacherjee9829 Жыл бұрын
i watched 10-20 videos before watching this video. i did not understand. after watching this video i am able to understand how linked list works
@hapysethi13064 жыл бұрын
Thank you sir
@pranalisuryawanshi4915 жыл бұрын
Sir what is the need for asking the user to enter the node number??
@asdgqgqwe5 жыл бұрын
So that you may know how many nodes you are going to allocate. If you do not know then you do not know how many times to iterate through the loop. Technically you could simply keep track of how many inputs you get from the user and then have another command for displaying the entire linkedList, but it would complicate the code and draw the attention away from the main subject, which is "how to create the linked list"
@abdulkanis16634 жыл бұрын
@@asdgqgqwe why cant we just use the condition temp->next!=NULL in a while loop to display the nodes
@shubhampatel48792 жыл бұрын
Bro just be motivated to work on such detailed explanation.
@shubhampatel48792 жыл бұрын
Just AMAZING!!
@aadhiyanth59698 ай бұрын
thanks sir
@temeyoutube52976 жыл бұрын
Thanks very very much!
@ashithraj52255 жыл бұрын
thkZ alot
@sheruloves91905 жыл бұрын
Thanks dada,
@riyazmohammad61236 жыл бұрын
Can use a bigger board. Easily understandable tq
@kollolganguly4 жыл бұрын
sir where did u declare the variable "element" in this
@cleanmess14004 жыл бұрын
Comment section
@vva35206 жыл бұрын
Nice sir
@manishbhilare28976 жыл бұрын
how to display nodes in the linked list?
@laraibkamalasdar68375 жыл бұрын
element variable initialize nahi hua hai (int n,element,i=1,*statrt); ye hoga waha par
@twinklegarg14134 жыл бұрын
Sir wt is the meaning of arrow sign?
@saketkumar38796 жыл бұрын
How to display link list after this?
@AnshumanBisoyi6 жыл бұрын
What is %d and & I know it's ampersand but what's the use of these two?
@dilipkumar-yd5ht5 жыл бұрын
To take the value integer type
@priyabrata_sahu5 жыл бұрын
the variable element isn't declared ..
@shoaibabid3935 жыл бұрын
yar ak video union of lists pay b banao
@ritikaparbakar84746 жыл бұрын
super
@rhul00175 жыл бұрын
awesomeeeee
@aravindekanath6 жыл бұрын
how start's next pointer points next node?
@rajujadhav91215 жыл бұрын
what is struct ? and use of struct Node * next
@gd74745 жыл бұрын
Array list implementation ku podunga bro...
@devanshprakash83542 жыл бұрын
Why u r not making videos?
@tanmaykapil53626 жыл бұрын
Sir your program is not running in the system plz help
@gamescan345 жыл бұрын
Don't we need to declare variable element
@sarveshwarsridhar18075 жыл бұрын
S
@thinkingmad16854 жыл бұрын
Where is element variable defined?
@preetukamal85535 жыл бұрын
Sir please make this same video in hindi
@labhsingh30655 жыл бұрын
sir you did not declare{ element } in program
@faiz_e_faiz5 жыл бұрын
Exactly 😑
@shilpik10095 жыл бұрын
Can you please list a function to print the linked list in this program?
@devarapallisrilakshmi84454 жыл бұрын
kzbin.info/door/CcOjyV_tfYE6GDDiW79rRA check this channel programs are there for all linked list operations if you like please subscribe
@learnsmall85836 жыл бұрын
All of your videos are good. Keep them coming. I have a request. Can you do a video on Linked List flattening? ex: www.geeksforgeeks.org/flattening-a-linked-list/ along with Time/Space complexity analysis.?
@laraibkamalasdar68375 жыл бұрын
error is comming in line(p=temp,start=temp;)
@sahilgarg73836 жыл бұрын
any why is malloc function used..??
@mightythunder2326 жыл бұрын
@vijay vijay is there any memory shortage ?... Why we are avouding wastage of memory?🙄
@karmanyagupta88495 жыл бұрын
For allocation of 12 bytes
@manojuniversity80445 жыл бұрын
nice sir but don't edit let it be or pls make want u want to give to viewers...
@anubhavsingh20165 жыл бұрын
Use 1.25x speed.... Welcome 😊
@MohitSingh-em1nk6 жыл бұрын
Sir u used a variable named "element" in scanf bt didn't declare it before So there would be compilation error 🙄🙄
@0adarsh1016 жыл бұрын
Mohit Singh yr shi btana kahan add krna h or kya...
@MohitSingh-em1nk6 жыл бұрын
adarsh kumar jha int n likha h vha int n , element ; hoga