chen0040/lua-graph

Add articulation point algorithm

alnsn opened this issue · 1 comments

alnsn commented

This algorithm is simple and it would be a nice addition to a collection algorithms your library provides

Documentation and sample Python code can be found here
https://www.geeksforgeeks.org/articulation-points-or-cut-vertices-in-a-graph/

@alnsn Thank you for the suggestion! i will try to add this in these two days.