Greedy min vertex cover hacktoberfest (#5241) · zinating/algorithms-python@908cb4f · GitHub
Skip to content

Commit 908cb4f

Browse files
Greedy min vertex cover hacktoberfest (TheAlgorithms#5241)
* added complete graph generator function * added doctest, type hints, wikipedia explanation * added return type hint for function complete_graph * added descriptive name for the parameter: n * random graph generator with doctest and type hints * added Greedy min vertex algorithm * pre-commit hook(s) made changes * Delete complete_graph_generator.py * Delete random_graph_generator.py * fixed doctest * updated commit following highligths * fixed following pre-commit highlights * modified variables names
1 parent 545fec7 commit 908cb4f

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

graphs/greedy_min_vertex_cover.py

Lines changed: 65 additions & 0 deletions

0 commit comments

Comments
 (0)