Skip to content

delliott90/vertex-cover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vertex-cover

Class project for my Athabasca algorithms course

The program accepts two parameters, one for the number of edges in the graph and one for maximum target vertex cover. They are entered in the form...

java VertexCover edgeCount coverTarget

java VertexCover 11 4

You will find the code in the Vertex-Cover folder. Navigate to that folder in a terminal before running the program.

About

Class project for my Athabasca algorithms course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages