KeRNeLith / QuikGraph

Generic Graph Data Structures and Algorithms for .NET
https://kernelith.github.io/QuikGraph/
Microsoft Public License
453 stars 65 forks source link

Rename VertexColoringAlgorithm to GreedyVertexColoringAlgorithm #65

Closed Kemsekov closed 1 year ago

Kemsekov commented 1 year ago

VertexColoringAlgorithm defines greedy coloring algorithm and so cannot color graph in smallest possible count of colors. Changes it's name and documentation as well to clarify algorithm used.

Kemsekov commented 1 year ago

why did I mis