Week 5 Day 1 - Linked Lists

Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=eot_KHjoK8w



Duration: 1:29:54
347 views
4


Today we went over your next homework assignment (Superhero Mart) which will involve using the list class from the standard library in C++, and then walked you through the basics of making a linked list in C++, using the simplest amount of code possible. It still will hurt your brain (recursion always does), but if you walk through the code you'll see how it works.


I created a linked list and then printed out the linked list. The patterns you see in my example code will be used all throughout your time making and using linked lists.







Tags:
csci 41
linked list
list
c++