flâneur — a map of the web's best reading

CS106B Linked Structures

web.stanford.edu · 3,891 words · saved by 1 readers

Section materials curated by our Head TA Trip Master, drawing upon materials from previous quarters. Special thanks to Nick Bowman and Julie Zelenski for awesome ideas! This week’s section exercises are all about linked structures, which are a new way of storing and organizing data that takes advantage of the power of pointers! We're also going to learn about Remember that every week we will also be releasing a Qt Creator project containing starter code and testing infrastructure for that week's section problems. When a problem name is followed by the name of a .cpp file, that means you can practice writing the code for that problem in the named file of the Qt Creator project. Here is the zip of the section starter code: 📦 Starter code For all the problems in this handout, assume the following structures have been declared: You can also assume the following utility functions have been defined as well: For each of the following diagrams, draw a picture of what the given nodes would lik

CS106B Linked Structures Section6: Linked Structures Section materials curated by our Head TA Trip Master, drawing upon materials from previous quarters. Special thanks to Nick Bowman and Julie Zelenski for awesome ideas! This week’s section exercises are all about linked structures, which are a new way of storing and organizing data that takes advantage of the power of pointers! We're also going to learn about Remember that every week we will also be releasing a Qt Creator project containing starter code and testing infrastructure for that week's section problems. When a problem name is follo

Explore this link on the map →

related reading