Skip to content

Commit 221c292

Browse files
committed
add concepts
1 parent 503ef43 commit 221c292

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,15 @@ This is a list of concepts I'd imagine it is important to learn in order to pass
3838

3939
- Recursion: [JS interview prep: Recursion](https://tech.io/playgrounds/5422/js-interview-prep-recursion) (has runnable code examples)
4040

41-
- Dynamic Programming
41+
- 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)
4242

4343
- Greedy Algorithm
4444

45-
- Big-O Analysis
45+
- Sliding Window
46+
47+
- Divide and Conquer
48+
49+
- Big-O Analysis (time complexity, space complexity)
4650

4751
## Learning Guides
4852

0 commit comments

Comments
 (0)