pnevyk / gryf

Graph data structure library aspiring to be convenient, versatile, correct and performant.
MIT License
69 stars 1 forks source link

Add algoritm for checking connectedness of a graph/vertices #58

Closed pnevyk closed 1 year ago

pnevyk commented 1 year ago

This mainly serves as a precedent for algorithms with our standard structure (on(graph) constructor, builder pattern, result struct), which may also have "aliases" in form of a standalone function with simpler input and simpler output.