Skip to content

Commit e616d77

Browse files
committed
Add References for Dynamic Programming
1 parent ff4a435 commit e616d77

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

dynamic-programming/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# References
2+
3+
I used a lot of references for each problem, in this section I will try to point the ones that were the most useful for me.
4+
5+
- Weighted Interval Scheduling
6+
- [Algorithm Design 1st Edition](https://www.amazon.com/Algorithm-Design-Jon-Kleinberg/dp/0321295358)
7+
- Weighted Independent Sets in Path Graphs
8+
- [Weighted Independent Sets in Path Graphs Lectures](https://www.coursera.org/learn/algorithms-greedy/lecture/WENc1/introduction-weighted-independent-sets-in-path-graphs)
9+
- Knapsack Problem
10+
- [Introduction to Algorithms, 3rd Edition](https://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844)
11+
- [Knapsack Problem Lectures](https://www.coursera.org/learn/algorithms-greedy/lecture/LIgLJ/the-knapsack-problem)
12+
- Sequence Alignment
13+
- [Sequence Alignment Lectures](https://www.coursera.org/learn/algorithms-greedy/lecture/QJkyp/optimal-substructure)
14+
- [Algorithm Design 1st Edition](https://www.amazon.com/Algorithm-Design-Jon-Kleinberg/dp/0321295358)
15+
- Bellman-Ford
16+
- [Bellman-Ford Lectures](https://www.coursera.org/learn/algorithms-npcomplete/lecture/g8N36/optimal-substructure)
17+
- [Algorithm Design 1st Edition](https://www.amazon.com/Algorithm-Design-Jon-Kleinberg/dp/0321295358)
18+
- [Introduction to Algorithms, 3rd Edition](https://en.wikipedia.org/wiki/Introduction_to_Algorithms)
19+
- Floyd-Warshall
20+
- [Floyd-Warshall Lectures](https://www.coursera.org/learn/algorithms-npcomplete/lecture/3BBkw/optimal-substructure)
21+
- [Algorithm Design 1st Edition](https://www.amazon.com/Algorithm-Design-Jon-Kleinberg/dp/0321295358)
22+
- [Introduction to Algorithms, 3rd Edition](https://en.wikipedia.org/wiki/Introduction_to_Algorithms)

0 commit comments

Comments
 (0)