lect01 | Next Lecture |
lect01, Mon 01/08
Week 1: Course introduction, review of C16 concepts
Code written in class
https://github.com/ucsb-cs24-w24/cs24-w24-lectures/tree/main/lect01
Topics
- To respond to questions during lecture, use this link to join the iclicker course: https://join.iclicker.com/GLRN
- Course overview
- why study data structures?
- what are the goals of this class?
- We’ll review a few concepts from CS16
- pointers
- program layout in memory (heap vs stack)
- linked lists (basics)