| lect01 | Next Lecture |
lect01, Tue 04/01
Week 1: Course introduction, CS16 review
Code written in class
https://github.com/ucsb-cs24-s25/cs24-s25-lectures/tree/main/lect01
Topics
- To respond to questions during lecture, use this link to join the iclicker course: <>
- 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)