Can a single node graph be considered a (strongly) connected component?
I'm confused because I was reading about cut vertex which by definition is a vertex that if eliminated increases the number of connected components.
So if we were to remove vertex number 2, we would get 2 connected components?
Thanks!