TheAlgorithms-C/greedy_approach
Tim Maloney c6a3279b9b
feat: Prims algorithm (#815)
* Added prim.c

* Updated formatting in prim.c

* Docs: updated prim.c documentation

* feat: Included testing in prim.c

* feat: eliminated globals & changed variable types

* Docs: added documentation for minimum function

* updating DIRECTORY.md

* Updated documentation

* Docs: Changed function docs & made test function static

* Docs: made further requested changes

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2021-03-31 14:06:12 +05:30
..
djikstra.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
prim.c feat: Prims algorithm (#815) 2021-03-31 14:06:12 +05:30