Processing Geometry Suite
-
Updated
Nov 4, 2024 - Java
Processing Geometry Suite
JCOL: A Java package for solving the graph coloring problem (a heuristic)
Graph Coloring Algorithms
Sudoku solver. Uses abstract theory of colourable graphs, so the code could be generalized to other graph-colouring problems.
Graph Coloring in Java
Java implementation for DSATUR graph coloring algorithm
Compilers, responsible not only for generating code but also for ensuring efficient and effective allocation of registers.In this assignment, we use Kempe's heuristic and tools such as JTB and the visitor pattern to come up with a nearly optimal register allocation for a given piece of Java code.
A semester-long group project about Graph Coloring Algorithms.
Implementing Graph Algorithms in the Object-Oriented Programming Language: "Java"
Practical work made on algorithms project and analysis class. The objective was to implement a baseline (brute-force) and heuristic algorithms to solve the problem of graph-coloring and compare the results of both implementations.
Four color theorem, Guthrie, Kempe, Tait and other people and stuff
exploring diffrent search algorithms, in order to solve graph coloring problem
Parallel Programs (Multicore, Cluster, GPU, Map-Reduce) with using the library Parallel Java 2 (PJ2) https://www.cs.rit.edu/~ark/pj2/doc/index.html
Development of a compiler for the Mini-Java language
Executing important algorithms using java
This project presents a heuristic to solve a simplified version of the examination timetabling problem.
A GUI program for editing and solving common graph-theory problems.
Distributed Algorithms For Computer Networks using Sinalgo simulator
The 9th labwork on GTS subject, 4th term; creating, editing and managing graph construcions & providing some graph operations and a few graph properties calculation with MVC pattern (using JavaFX)
Add a description, image, and links to the graph-coloring topic page so that developers can more easily learn about it.
To associate your repository with the graph-coloring topic, visit your repo's landing page and select "manage topics."