Skip to content

Files

Latest commit

Sep 24, 2017
8a90e46 · Sep 24, 2017

History

History

684

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 24, 2017
Sep 24, 2017

This algorithm is based on Floyd min-generate tree. Use union-sets to judge whether two points are in the same tree. If true, then there must lead to a circle / loop, which should be removed.