Lesson 12: Data Structures: Stacks, Queue, Linked Lists (Slides)
Please review the following resources before lecture:
- Implement the
gameResult
method in Lesson12.java. - Implement the
Stack
methods in Stack.java. - Submit solutions via PR.
- Do pre-work for lesson 13.
- Complete TypeScript versions of methods in lesson11.ts and stack.ts.