We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6693b commit c2b179fCopy full SHA for c2b179f
Class7.md
@@ -8,6 +8,8 @@
8
### Resources
9
- Review Make School's [hash table slides]
10
- 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]
13
- Play with VisuAlgo's [interactive hash table visualization][visualgo hash table]
14
15
### Challenges
@@ -37,6 +39,9 @@
37
39
38
40
[hash table slides]: slides/HashTables.pdf
41
[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
45
[visualgo hash table]: https://visualgo.net/hashtable
46
47
[hash table starter code]: source/hashtable.py
0 commit comments