graph-coloring topic
List
graph-coloring repositories
puzzle-solver
15
Stars
3
Forks
Watchers
This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies
Graph-Coloring
18
Stars
1
Forks
Watchers
Graph coloring problem solved with Genetic Algorithm, Tabu Search and Simulated Annealing
graph-coloring
44
Stars
11
Forks
Watchers
C++ Graph Coloring Package
csrcolor
15
Stars
4
Forks
Watchers
Efficient and High-quality Graph Coloring on the GPU
Graph-Theory-in-Python
24
Stars
6
Forks
Watchers
Graph Theory Algorithm is implemented in python. Jupyter Notebook is used to demonstrate the concept and Networkx library is used in several algorithms to visualize the graph.