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 2f8be62 commit 3e7bd31Copy full SHA for 3e7bd31
README.md
@@ -158,6 +158,7 @@ If you want to uninstall algorithms, it is as simple as:
158
- [markov_chain](algorithms/graph/markov_chain.py)
159
- [minimum_spanning_tree](algorithms/graph/minimum_spanning_tree.py)
160
- [satisfiability](algorithms/graph/satisfiability.py)
161
+ - [minimum_spanning_tree_prims](algorithms/graph/prims_minimum_spanning.py)
162
- [tarjan](algorithms/graph/tarjan.py)
163
- [traversal](algorithms/graph/traversal.py)
164
- [maximum_flow](algorithms/graph/maximum_flow.py)
0 commit comments