Skip to content

Commit 2fd63f5

Browse files
committed
chore: restoring the file for demo purposes
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 6140dc4 commit 2fd63f5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

lesson_13/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 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

Comments
 (0)