map-coloring
There are 19 repositories under map-coloring topic.
davecom/SwiftCSP
A Constraint Satisfaction Problem Solver in Pure Swift
Erfaniaa/map-coloring
Map coloring, using four colors
brrcrites/graph-coloring
C++ Graph Coloring Package
saurfang/graphcoloring
Graph Coloring Algorithms for tidygraph
biqar/puzzle-solver
This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies
StoneCypher/four_color.js
Four coloring of a graph, for Javascript
darkeclipz/sudoku-csp
Solving Sudoku as a Constraint Satisfaction Problem (CSP)
akash-rajak/Map-Coloring
Python script to implement map coloring by analyzing the map in segments.
fiveham/map-tools
A loose grab-bag of python scripts I've used to help deal with KML files and other mapping-related shenanigans
FrancescoGradi/AI-CSP
Map coloring and n-queens problems with min-conflicts heuristic
LongPham7/Map-Colouring
Map colouring solver
AliAbbasifard/Map-Coloring
CSP Map Coloring
asrinoztin/map_coloring_with_backtracking
This repository includes a study that aims to handle the map coloring problem with backtracking paradigm. Detailed info in ReadMe
IvanSobko/map-coloring-csp
Map coloring problem using CSP's algorithms
jaiswalchitransh/CSP-Map-coloring-using-Backtracking
The code uses backtracking to solve the Constraint Satisfaction Problem (CSP) of map coloring. It checks if assigning colors to regions follows the constraint that no adjacent regions have the same color. The skills involved include algorithm design for backtracking, recursion, and solving CSP problems. The implementation uses Python.
OnurYurteri/MapColoring
A constraint logic approach to "Map Coloring" problem
darkhorrow/map-coloring-solvers
The map coloring problem solved by both constraint programming with Minizinc and MIP with Gurobi
gprzy/metropolitan-region-graph
🗾 Graph of the metropolitan region of Curitiba-PR with DFS and BFS examples, as well as Dijkstra's algorithm
mohammadmozafari/artificial-intelligence
These are my solutions to homeworks and projects of Artificial Intelligence course.