code-differently-24-q4
Lesson 12: Data Structures: Stacks, Queue, Linked Lists (
Slides
)
Pre-work
Please review the following resources before lecture:
Introduction to Linked List (Video)
Grokking Big-O, Algorithms, and Data Structures (Video)
Homework
Implement the
gameResult
method in
Lesson12.java
.
Implement the
Stack
methods in
Stack.java
.
Submit solutions via PR.
Do pre-work for
lesson 13
.
Extra credit
Complete TypeScript versions of methods in
lesson11.ts
and
stack.ts
.