Try web-app (read How To Use first).
Few days back I was studying Design and Analysis of Algorithms and came accross graph coloring Algorithm. The greedy approach was easy to understand and picture but, I came up with a different complex graph and It made naive recursive approach difficult to picture in my mind. I searched for Visualizations they were hard coded for a specific graph, however I wanted to try it on my own graph. So I made something of my own that gives flexiblity and demonstrates recurvie approach :D
Here are few things you need to know:
Adjacency matrix for graph with 9 vertices will look something like this:
- Add provider and seperate algorithms from UI pages
- Add more trees/graphs related algorithms.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.