Data Structures Using C++: Traversing a Linked List

preview_player
Показать описание
Concepts:
Understanding how one may traverse a linked list.
Using a traversal pointer that starts at the head.
How traversal of a linked list can be used for many linked list operations - printing the contents of the list, inserting nodes, removing nodes, finding nodes that meet a criteria etc.

Related Videos:
Рекомендации по теме
Комментарии
Автор

This guy is amazing...thanks for your crystal clear explanation

felixkimutai
Автор

Thank you so much! This is exactly what I needed. God bless :)

JamesBrodski
Автор

Thank you for these awesome tutorials. Could you please do a tutorial series on Buffers, circle buffers and memory mapping?

NehadHirmiz
Автор

Hi, this is very concise example, clear explanation and slowly goes to the goal; Thanks a lot.

mohdadyg
Автор

btw if anyone has trouble with this shit do it all in one class it makes things wayyy easyier

ntslkarma
Автор

Great explanation thanks so much for doing this. Also what compiler are you using?

alexw
Автор

Thanks for the time making the tutorial :)

tilak
Автор

This video was a great help! Can I ask what application or compiler you're using?

류아리아
Автор

what if i don't want to just out put the whole list and just a specific node(it's value, next node and the weight )?

MegaForrestfire
Автор

HI, I'm just wondering if you can list a complete codes of this sorted linked list, I was trying to write one but it keeps getting error and I just can't find what went wrong.

tx
Автор

errors on my part: undefined error to ContactList:: ContactList()
undefined reference to ContactListLL:: addToHead(std:: string....)
undefined reference to ContactList::printList()

I can'ts seem to solve these errors

colt
Автор

it only prints "Name:" and does not output the names that were entered.

lifebytheminute
Автор

why not just cout << tp->name;

nhiap
join shbcf.ru