You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Lesson 13: Data Structures: Maps and Sets ([Slides](https://code-differently.github.io/code-differently-25-q1/slides/#/lesson_13))
2
+
3
+
## Pre-work
4
+
5
+
Please review the following resources before lecture:
6
+
7
+
*[Map and HashMap in Java - Full Tutorial (Video)](https://www.youtube.com/watch?v=H62Jfv1DJlU)
8
+
*[Maps vs. Objects in JavaScript - What's the Difference? (Video)](https://www.youtube.com/watch?v=cU84h71ufqE)
9
+
10
+
## Homework
11
+
12
+
-[ ] Implement the `findPermutationDifference` method in [Lesson13.java](./maps_java/maps_app/src/main/java/com/codedifferently/lesson13/Lesson13.java).
13
+
-[ ] Do pre-work for [lesson 14](/lesson_14/).
14
+
15
+
## Extra Credit
16
+
17
+
-[ ] Implement the TypeScript version in [lesson13.ts](./maps_ts/src/lesson13.ts).
0 commit comments