Skip to content

A graphical implementation of the algorithm to get a compatible flow in a graph

Notifications You must be signed in to change notification settings

Kaysera/3-color-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3 Color Algorithm

React app displaying the 3 color algorithm explained to calculate a compatible flow in a graph.

Instalation

Requires node.js.

  • Clone the repository
git clone https://github.com/Kaysera/3-color-algorithm.git
  • Install the dependencies (inside the project folder)
npm install --save
  • Run the project
npm start

The server will run in localhost:3000 like all default node.js applications

About

A graphical implementation of the algorithm to get a compatible flow in a graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published