mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
Merge branch 'activity_selection_new_algo2' of https://github.com/Hardvan/Python into activity_selection_new_algo2
This commit is contained in:
commit
14c9575c34
|
@ -518,6 +518,7 @@
|
|||
* [Test Min Spanning Tree Prim](graphs/tests/test_min_spanning_tree_prim.py)
|
||||
|
||||
## Greedy Methods
|
||||
* [Activity Selection](greedy_methods/activity_selection.py)
|
||||
* [Best Time To Buy And Sell Stock](greedy_methods/best_time_to_buy_and_sell_stock.py)
|
||||
* [Fractional Cover Problem](greedy_methods/fractional_cover_problem.py)
|
||||
* [Fractional Knapsack](greedy_methods/fractional_knapsack.py)
|
||||
|
|
Loading…
Reference in New Issue
Block a user