Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 364 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 364 Bytes

Group-Algorithm

This Code will attempt to grab any n number of vertex's and store them in the smallest amount of containers possible. It will find the lowest minimum of the entire group, then find the biggest maximum for that group, group them and remove it from the set. It will then repeat itself until it produces the smallest amount of containers needed.