| Previous Lecture | lect09 | Next Lecture |
lect09, Tue 04/29
Week 5: Stacks
Code from lecture
https://github.com/ucsb-cs24-s25/cs24-s25-lectures/tree/main/lect09
Handout:
Link to handout on stacks: https://docs.google.com/document/d/1sgFUEI7vVeZPio05xBYn3ctq_asb4dV0w_epMX6v6yI/edit?tab=t.0
Topics
- Stack - operations, implementation and why its useful
- We’ll solve this leetcode problem: https://leetcode.com/problems/daily-temperatures/