Skip to content

IvanSobko/map-coloring-csp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

map-coloring-csp

This repo provides with solution to map coloring problem using constraint satisfaction problem methods. Currently it colors Germany map, excluding Bremen, Hamburg and Berlin using backtracking algorithm and minimum conflicts algorithm.