최근 수 년 간 세상의 변화가 제 생각과 일치했고 앞으로도 그럴 수 있기에 역량 있고 능력 있으신 분들과 교류를 갖고 미래를 준비하자는 것입니다. 최상의 최고의 미래를....전 교육을 못받아서 컴퓨터 IT 용어나 기술은 사용할 줄 모르지만 방향이나 전체적 통찰은 할 수있어요.
this was clear and simple. the coding and explanation were very understandable. however, the inserting process was backward (adding data before a node) but can be modified to add it after the node (or between the node and null). Moreover, it was very helpful. thank you. teach coding better than my doctor.
Pretty amateurish mistake head = headnode, when you never defined headnode meaning its going to get you an error right off the bat. For those of us that don't know jack, what are you even trying to do here and what is the point of this, how would you even define headnode as there's no way to tell if its an integer or string.
I thought I was too dumb to understand it. After reading the comments, I realise the code is wrong. No wonder it doesn't make any sense. Come on, LinkedIn. You could've been better.
the code is wrong?
it should be:
nodePtr head;
head = new Node;
head ->data = 20;
head ->link = NULL;
same cout statement
also typedef in lowercase
The errors are significant and do harms more than necessary.
Great. This works
Thank you, it's pretty weird that a channel for a large company such as LinkedIn would publish a video like this without validating it first
is this code for creating a linked list or only on insertion?
exactly what I was thinking
The Code is wrong in this video.
You're going to confuse a lot of people with this.
Can confirm, i am confused
@@a_green_cat its been a week for me studying link list , and still i dont understand it ...
Can confirm I am lost in the sauce
This is why youtube is stupid for removing the dislike button
headnode was not declared in the scope????
If you are still on it, in 1:25 instead of head = headNode write head = new Node
the code at 3:20 and the code at 5:34 don't match up. The code at 5:34 is good though.
Typedef undefined?
make small letter t , typedef ,
Seriously? "Typedef" and undeclared headNode? Come on
Ya Maan I was thinking the same until I opened the comments section.
same mahn
Creating software destroyers with this video
Undefined reference to headNode.
Edit: guess I'm late to the party!
Yeah they messed up. It's supposed to be
head=new node();
head->data=20;
head->link=NULL;
could we get the code snippet in the description?
using C syntax ?
Random but you've got a soothing voice :D
Insert was not declared in this scope . What ?
Post your code here.
@@servantofourlordjesuschris6456 Ya insert is unidentified... insert (head, 30);
nodePtr tmp;
tmp = head;
you called a function that has never been declared and also not defined
최근 수 년 간 세상의 변화가 제 생각과 일치했고 앞으로도 그럴 수 있기에 역량 있고 능력 있으신 분들과 교류를 갖고 미래를 준비하자는 것입니다. 최상의 최고의 미래를....전 교육을 못받아서 컴퓨터 IT 용어나 기술은 사용할 줄 모르지만 방향이나 전체적 통찰은 할 수있어요.
You are in wrong section of youtube
this was clear and simple. the coding and explanation were very understandable. however, the inserting process was backward (adding data before a node) but can be modified to add it after the node (or between the node and null).
Moreover, it was very helpful. thank you.
teach coding better than my doctor.
That's total nonsense
Source code
nodePtr = temp; is unnecessary. You can just use the same head declaration and it does the same thing
Its wrong
Whats the point of uploading wrong code
thank you very much
thanks for the explanation.
this was so confusing until I realized the code is wrong!
not indian
Pretty amateurish mistake head = headnode, when you never defined headnode meaning its going to get you an error right off the bat. For those of us that don't know jack, what are you even trying to do here and what is the point of this, how would you even define headnode as there's no way to tell if its an integer or string.
Unfortunately there are many mistakes in this video with lettering...
next time code the code from scretch, not provide a written code. its hard to trace a code that you can not write
Trach
I thought I was too dumb to understand it. After reading the comments, I realise the code is wrong. No wonder it doesn't make any sense.
Come on, LinkedIn. You could've been better.
I couldn't understand a thing. I'm cooked.
this really doesn't explain very much ...
ngl you lost me when you said a linked list
garbage.