Lesson 13: Data Structures: Maps and Sets (Slides)
Please review the following resources before lecture:
- Map and HashMap in Java - Full Tutorial (Video)
- Maps vs. Objects in JavaScript - What's the Difference? (Video)
- Implement the
findPermutationDifference
method in Lesson13.java. - Do pre-work for lesson 14.
- Implement the TypeScript version in lesson13.ts.