This is a simple web application that changes the background color of the page to a random color each time the button is clicked. The current RGB color value is also displayed on the page. Click a ...
This project is a Python implementation of a greedy algorithm to color the vertices of a graph, inspired by the Four-Color Theorem. The program reads a graph from a file, assigns colors to each vertex ...