File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
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 )
You can’t perform that action at this time.
0 commit comments