Skip to content

Hybrid greedy algorithm to compute Minimum Vertex Cover.

Notifications You must be signed in to change notification settings

danielslz/minimum-vertex-cover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimum-vertex-cover

  • Install dependecies with pip
#!bash
pip install -r requirements.txt
  • Run tests
#!bash
python mvc.py
  • Check results in output folder

About

Hybrid greedy algorithm to compute Minimum Vertex Cover.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages