We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22423d3 commit 4fc35c8Copy full SHA for 4fc35c8
DIRECTORY.md
@@ -329,9 +329,6 @@
329
* [Test Min Spanning Tree Kruskal](https://github.com/TheAlgorithms/Python/blob/master/graphs/tests/test_min_spanning_tree_kruskal.py)
330
* [Test Min Spanning Tree Prim](https://github.com/TheAlgorithms/Python/blob/master/graphs/tests/test_min_spanning_tree_prim.py)
331
332
-## Greedy Method
333
- * [Greedy Coin Change](https://github.com/TheAlgorithms/Python/blob/master/greedy_method/greedy_coin_change.py)
334
-
335
## Hashes
336
* [Adler32](https://github.com/TheAlgorithms/Python/blob/master/hashes/adler32.py)
337
* [Chaos Machine](https://github.com/TheAlgorithms/Python/blob/master/hashes/chaos_machine.py)
0 commit comments