We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503ef43 commit 221c292Copy full SHA for 221c292
README.md
@@ -38,11 +38,15 @@ This is a list of concepts I'd imagine it is important to learn in order to pass
38
39
- Recursion: [JS interview prep: Recursion](https://tech.io/playgrounds/5422/js-interview-prep-recursion) (has runnable code examples)
40
41
-- Dynamic Programming
+- Dynamic Programming: [Dynamic Programming - Rithm School](https://www.rithmschool.com/courses/javascript-computer-science-fundamentals/dynamic-programming), [video](https://www.youtube.com/watch?v=W2ote4jCuYw)
42
43
- Greedy Algorithm
44
45
-- Big-O Analysis
+- Sliding Window
46
+
47
+- Divide and Conquer
48
49
+- Big-O Analysis (time complexity, space complexity)
50
51
## Learning Guides
52
0 commit comments