keon / algorithms

Minimal examples of data structures and algorithms in Python

Repository from Github https://github.comkeon/algorithmsRepository from Github https://github.comkeon/algorithms

Add Number of Connected Components in an Undirected Graph

fenzwu opened this issue · comments

commented

Add number of connected components in an undirected graph, because there's only one union find problem.

commented

Hey, any update on this?!