File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 57
57
# Algorithms
58
58
- Divide And Conquer
59
59
- [ Min Max ] ( https://github.com/robin025/Python-Programming/blob/master/Algorithms/Divide%20_And%20_Conquer/Min_max_D%26C.py )
60
+
61
+ - Greedy Algorithms
62
+ - [ Activity Selection Problem] ( https://github.com/robin025/Python-Programming/blob/master/Algorithms/Greedy%20Algorithms/Activity_Selection_problem.py )
63
+ - [ Egyptian Fraction] ( https://github.com/robin025/Python-Programming/blob/master/Algorithms/Greedy%20Algorithms/Egyptian_Fraction.py )
64
+ - [ Kruskals Algorithm] ( https://github.com/robin025/Python-Programming/blob/master/Algorithms/Greedy%20Algorithms/Kruskals_Algo.py )
65
+ - [ Prims Algorithm] ( https://github.com/robin025/Python-Programming/blob/master/Algorithms/Greedy%20Algorithms/Prims_Algorithms.py )
66
+ - [ Dijkstra's Algorithm] ( https://github.com/robin025/Python-Programming/blob/master/Algorithms/Greedy%20Algorithms/Dijkstra's_Algorithm.py )
67
+ - [ Fractional Knapsack] ( https://github.com/robin025/Python-Programming/blob/master/Algorithms/Greedy%20Algorithms/Fractional_Knapsack.py )
68
+
60
69
61
70
- Python Game Development
62
71
- [ Snake Game] ( https://github.com/robin025/Snake-Game )
You can’t perform that action at this time.
0 commit comments