coloring-graph
There are 41 repositories under coloring-graph topic.
kvnthomas98/tabu-search-graph-coloring
This is an implementation of performing graph coloring using tabu search algorithm in Python
erdogant/worldmap
This python package enables to color different countries in the world or the regions per country.
KeremTAN/ColoringMapAlgorithm-CSP-
Graphical Coloring of Countries with Condition Satisfaction Algorithm.
N1ghtF1re/Colourless
A puzzle game: the coloring of regular graphs.
orancanoren/GPU-CPU-Parallel-Graph-Algorithms
GPU Parallel Graph Coloring, Shortness Centrality, BFS & Nearest Neighbor Search - CS 406 Homework
frankvegadelgado/finlay
Aegypti: Triangle-Free Solver
SoumyadeepB/Design-and-Analysis-of-Algorithms
Design and Analysis of Algorithms
aalok-sathe/libcolgraph
graph library and web application in C++/Python+Flask to construct, manipulate, and visualize 'coloring graphs' (using VisJS). implements Tarjan's algorithm to construct meta graphs and analyze them
randomstate42/graph-coloring
graph coloring using Dsatur heuristic in python
smh997/Problem-Solving
All my implemented solutions of various problems of different online judges and competitions
gioenn/dilworth-labeling
Direct Acyclic Graphs (DAG) labeling with Dilworth's theorem and Bogart-Magagnosc's algorithm
ncvescera/Colored_Camel
Progetto per Artificial Intelligent Systems, Colorazione di un Grafo attraverso algoritmo di ricerca in Ampiezza
FernandoSchett/dfs_qlearning
Python DFS and Q-learning algorithms are applied to model and determine the minimum colors required to color a graph.
joctaTorres/grafive
Welsh Powell Graph colouring Algorithm Implementation
milicarabelos/Greedy-graph-coloring-algorithm
This GitHub project is a C implementation of the Greedy Graph Coloring Algorithm. The algorithm aims to color the vertices of an undirected graph in such a way that no two adjacent vertices share the same color, while minimizing the total number of colors used.
musically-ut/equitable-coloring
🌈Equitable coloring of degree bounded graphs.
SDibla/TCL-Left_Edge_Algorithm
TCL code that implement left edge algorithm for sharing resources, after the scheduling process of a DFG.
1DanielSC/GraphColoringProblem
The Minimum Graph Coloring Problem using exact algorithms along with heuristics and metaheuristics.
andalusm/Color
The implementation of the paper Solving the Latin Square Completion Problem by Memetic Graph Coloring
CorteAndr/crumbyColouring
Searching a Crumby Colouring in subcubic graphs
dantasl/Graphs
Developing the final project of 2019.1 class of Graphs, at IMD/UFRN. Implementing DSATUR's algorithm.
edogawashinichi/planar-graph-coloring
This repository may help to understand the four color theorem
hadamo/SudokuColoring
Solução de puzzle Sudoku 9x9 com cores 1,2,..,9 utilizando algoritmo para coloração minima de grafos com backtracking e indice cromático 9
mahdyhamad/graph-coloring-algorithm
greedy graph-coloring algorithm that can be used in timetable scheduling
StarPandaBeg/GraphColoringEditor
Basic graph editor with coloring algorithm support
subhoghosal7/Graph-Coloring
A fast coloring algorithm
YasXV/operational_research
This project aims to develop a library that creates and modify graphs and that implements 2 graph coloring algorithms. The library tests the effectiveness of a coloring (minimization of the number of colors, execution time of the algorithm, etc.)
aalok-sathe/coloring-graphs
[DEPRECATED: please see https://aalok-sathe.gitlab.io/libcolgraph for new version] // a speedy library written in C++ wrapped to provide a Python interface and a useful web GUI for graph coloring research
berkaysahiin/SE454
Distributed Computing | Rank-Based Graph Coloring
duydang2311/maporizer
A graph coloring visualization application in .NET
electrofocus/graph-edges-coloring
Алгоритм раскраски рёбер графа для практикума 5
felipefrm/graph-coloring-algorithms
🌈 Trabalho Prático 3 - AEDs III
leandrojsandoval/ProgramacionAvanzada
Proyectos y ejercicios resueltos en Java de la materia Programación Avanzada (2023).
RomainPierre7/distributed-coloring-algorithm
Distributed coloring algorithm with jBotSim in java.