updating DIRECTORY.md

This commit is contained in:
Hardvan 2024-10-02 07:11:19 +00:00
parent 2364494193
commit c81787e695

View File

@ -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)