103 skills found · Page 1 of 4
je-suis-tm / Graph TheoryJulia and Python complex system applications in ecology, epidemiology, sociology, economics & finance; network science models including Bianconi-Barabási, Barabási-Albert, Watts-Strogatz, Waxman Model & Erdős-Rényi; graph theory algorithms involving Gillespie, Bron Kerbosch, Ramsey, Bellman Ford, A*, Kruskal, Borůvka, Prim, Dijkstra, DSatur, Randomized Distributed, Vizing, Topological Sort, DFS, BFS
micycle1 / PGSProcessing Geometry Suite
Wikunia / ConstraintSolver.jlConstraintSolver in Julia: Blog posts ->
ansegura7 / AlgorithmsFree hands-on course with the implementation (in Python) and description of several computational, mathematical and statistical algorithms.
jacobwilliams / NumDiffModern Fortran Numerical Differentiation Library
CSCsw / ColPackA Graph Coloring Algorithm Package
brrcrites / Graph ColoringC++ Graph Coloring Package
Qiming01 / Graph Coloring图着色问题,使用师徒进化算法(HEAD)
digraphs / DigraphsThe GAP package Digraphs
amirdeljouyi / Graph ColoringGraph grounding for graph coloring algorithms such as Welsh Powell and Evolution algorithms like Harmony Search and Genetic
johnflanigan / Graph Coloring Via Register AllocationNo description available
CGCL-codes / FrogFrog is Asynchronous Graph Processing on GPU with Hybrid Coloring Model. The fundamental idea is based on Pareto principle (or 80-20 rule) about coloring algorithms as we observed through masses of real graph coloring cases.
Ben-Kerman / Anki JrpAnki add-on for generating furigana and pitch accent coloring & graphs, including optional flexible card styling
afourmy / SwapA Solver for the Wavelength Assignment Problem (RWA) in WDM networks
MikeDombo / GraphPlaygroundA single-page web app to build graphs and run algorithms against them
KalimAmzad / Graph Theory In PythonGraph 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.
machine-reasoning-ufrgs / GNN GCPGraph Neural Network architecture to solve the decision version of the graph coloring problem (GCP)
shah-deep / Graph Theory AlgosGraph Theory algorithms: Vertex Coloring, Bellman-Ford, Dijkstra's, Hopcroft-Karp, Prim's, Topological Sorting, Floyd-Warshall
JuanjoMrt / Graph ColoringGraph coloring problem solved with Genetic Algorithm, Tabu Search and Simulated Annealing
gangliao / TIGERimplement a full compiler based on c++ 11