/computer-graphic-class

repository for cg class codes

Primary LanguageC++

computer-graphic-class

repository for cg class codes

another method: BFS to make a list, and connection step by step; than use union-find to find components
but this method can not find two face connect by one vertex, because vertex can't access all it's adjEdges