Copyright | Copyright (C) 2021 Yoo Chung |
---|---|
License | GPL-3.0-or-later |
Maintainer | dev@chungyc.org |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Some solutions to Problems.P88 of Ninety-Nine Haskell Problems.
Synopsis
- connectedComponents :: G -> [[Vertex]]
Documentation
connectedComponents :: G -> [[Vertex]] Source #
Write a function that splits a graph into its connected components.