Skip to content

Commit c2b179f

Browse files
committed
Add more videos on hash tables
1 parent 7a6693b commit c2b179f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Class7.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
### Resources
99
- Review Make School's [hash table slides]
1010
- Watch Make School's [hash table video lecture]
11+
- Watch HackerRank's [hash table video]
12+
- Watch Harvard's [old hash table video] and [new hash table video]
1113
- Play with VisuAlgo's [interactive hash table visualization][visualgo hash table]
1214

1315
### Challenges
@@ -37,6 +39,9 @@
3739

3840
[hash table slides]: slides/HashTables.pdf
3941
[hash table video lecture]: https://www.youtube.com/watch?v=nLWXJ6IDKmQ
42+
[hash table video]: https://www.youtube.com/watch?v=shs0KM3wKv8
43+
[old hash table video]: https://www.youtube.com/watch?v=h2d9b_nEzoA
44+
[new hash table video]: https://www.youtube.com/watch?v=tjtFkT97Xmc
4045
[visualgo hash table]: https://visualgo.net/hashtable
4146

4247
[hash table starter code]: source/hashtable.py

0 commit comments

Comments
 (0)