Skip to content

This project is a C implementation of the four color theorem, using both both greedy and backtrack algorithms, the application concerns Morocco's and Africa's Map.

License

Notifications You must be signed in to change notification settings

IssamAssafi/four-color-theorem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

four-color-theorem - Implementation

Description

The four-color theorem states that any map in a plane can be colored using four-colors in such a way that regions sharing a common boundary (other than a single point) do not share the same color. This problem is sometimes also called Guthrie's problem after F. Guthrie, who first conjectured the theorem in 1852.

This project is a C implementation of this theorem, using both both greedy and backtrack algorithms based on the four color theorem, the application concerns Morocco's and Africa's Map.

Ressources

Check out the following links to read more about the four color theorm and algorithms used in this repo :

https://en.wikipedia.org/wiki/Four_color_theorem
https://en.wikipedia.org/wiki/Greedy_coloring
https://en.wikipedia.org/wiki/Backtracking
https://en.wikipedia.org/wiki/Greedy_algorithm
https://en.wikipedia.org/wiki/Graph_%28abstract_data_type%29

Screenshots / Preview

About

This project is a C implementation of the four color theorem, using both both greedy and backtrack algorithms, the application concerns Morocco's and Africa's Map.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published