-
Notifications
You must be signed in to change notification settings - Fork 1
Algorithm to find a minimal dominating set
License
giancarlokc/find-dominating-set
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Giancarlo Klemm Camilo Backtrack algorithm in C++ to find a minimum dominating set for a given graph. Compile: Just use 'make' Running: ./run <input folder> <algorithm1, algorithm2, ..., algorithmN> Graphs must in the input folder and in the following format (Example): 3 (Number of vertices) 1 1 (Vertex Degree and its neighbours) 2 0 1 (Vertex Degree and its neighbours) 1 1 (Vertex Degree and its neighbours)
About
Algorithm to find a minimal dominating set
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published