Week 5 Day 1 - Linked Lists
Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=eot_KHjoK8w
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.
Other Videos By Bill Kerney
2021-02-16 | Week 6 Day 1 - Water and Landscapes III |
2021-02-16 | Week 6 Day 1 - Midterm Review and Generations of Architectures |
2021-02-12 | Week 4 Day 3 - Invalid / Valid / Sound Arguments |
2021-02-12 | Week 5 Day 2 - Dynamic Materials II - Water |
2021-02-11 | Week 5 Day 2 - Syscalls |
2021-02-11 | Week 4 Day 2 - Fallacies Part 1 |
2021-02-10 | Week 5 Day 2 - Linked List II |
2021-02-10 | Week 5 Day 1 - Dynamic Materials and Water |
2021-02-09 | Week 5 Day 1 - GDB and 2D Arrays with ARM32 |
2021-02-08 | Week 4 Day 1 - Scratch Part 2 |
2021-02-08 | Week 5 Day 1 - Linked Lists |
2021-02-06 | Week 3 Day 3 - Scratch |
2021-02-05 | Week 4 - Tracelines and Bounding Boxes |
2021-02-05 | Week 4 Day 3 - TDD and Linked Lists |
2021-02-04 | Week 4 Day 2 - UE4 Materials |
2021-02-04 | Week 4 Day 2 - Embedded ASM and Name Mangling |
2021-02-04 | CSCI 1 Week 3 Day 2 - Moral Frameworks |
2021-02-03 | Week 4 Day 2 - Big O Notation |
2021-02-02 | Week 4 Day 1 - Landscape and Foliage |
2021-02-02 | Week 4 Day 1 - Strings and Memory Access |
2021-02-02 | CSCI 1 Week 3 Day 1 - Conditionals and Lying |
Tags:
csci 41
linked list
list
c++