This is a demo project to showcase the use of graphs, recursion and famous algorithms (DFS, BFS).
A green-yellow graph is defined as:
- Two connected nodes never have the same color
- The graph is connected
langauges and dependencies used:
- Languages: React, Typescript
- Design Library: MaterialUI
- Dependecies: react-d3-graph
To run the project:
npm install ( you can do npm install --force if needed)
npm run start