tags: graphs old 1. Connected Components # Created Sunday 26 July 2020 We return a sets of connected vertices. We are using adjacency list. Easy to do, using DFS with envelope loop and group numbering.