Skip to content

In this project, we aim to solve an interference problem among Wi-Fi routers using graph coloring. We have developed a brute-force algorithm and also applied a heuristic to compare the efficiency and results of the two alternative.

Notifications You must be signed in to change notification settings

bernardoleris/graph-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To use the application, you should add to the "test" file the number of vertices that the graph to be tested has and its adjacency matrix. When running the system, you will have the option 1 to execute the heuristic and 2 to execute the brute-force algorithm. The result will be generated in the terminal.

About

In this project, we aim to solve an interference problem among Wi-Fi routers using graph coloring. We have developed a brute-force algorithm and also applied a heuristic to compare the efficiency and results of the two alternative.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages