yissachar / awesome-dart

A curated list of awesome Dart frameworks, libraries, and software
2.36k stars 211 forks source link

Add graph coloring algorithm visualization #90

Closed utkarshshendge closed 3 years ago

utkarshshendge commented 3 years ago

Graph Coloring Algorithm Vsualization is the visualization of m-coloring algorithm (also known as vertex coloring algorithm). Coloring can be done by recursive, backtracking and greedy approach.