map-coloring
Here are 18 public repositories matching this topic...
Language:All
Sort:Most stars
A Constraint Satisfaction Problem Solver in Pure Swift
- Updated
Aug 27, 2022 - Swift
Map coloring, using four colors
- Updated
Dec 15, 2023 - Python
C++ Graph Coloring Package
- Updated
Aug 4, 2022 - C++
Graph Coloring Algorithms for tidygraph
- Updated
Jan 18, 2020 - R
This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies
- Updated
Oct 31, 2021 - C++
Four coloring of a graph, for Javascript
- Updated
Apr 26, 2017 - JavaScript
Solving Sudoku as a Constraint Satisfaction Problem (CSP)
- Updated
Jun 20, 2021 - C#
A loose grab-bag of python scripts I've used to help deal with KML files and other mapping-related shenanigans
- Updated
Dec 29, 2019 - Python
Map coloring and n-queens problems with min-conflicts heuristic
- Updated
Apr 6, 2018 - Python
These are my solutions to homeworks and projects of Artificial Intelligence course.
- Updated
Feb 6, 2020 - Python
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.
- Updated
Aug 28, 2024 - Python
A constraint logic approach to "Map Coloring" problem
- Updated
Jan 23, 2022 - Java
The map coloring problem solved by both constraint programming with Minizinc and MIP with Gurobi
- Updated
Dec 9, 2020 - Python
🗾 Graph of the metropolitan region of Curitiba-PR with DFS and BFS examples, as well as Dijkstra's algorithm
- Updated
Mar 7, 2023 - Jupyter Notebook
Map coloring problem using CSP's algorithms
- Updated
Mar 28, 2021 - Python
This repository includes a study that aims to handle the map coloring problem with backtracking paradigm. Detailed info in ReadMe
- Updated
May 22, 2023 - Python
Improve this page
Add a description, image, and links to themap-coloring topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with themap-coloring topic, visit your repo's landing page and select "manage topics."