is there any pseudo-code implementation that shows how to compute the k-vertex connectivity of a graph?
Asked
Active
Viewed 2,546 times
10
-
What are you looking for the algorithm to compute? `k`? – Matt Ball May 10 '11 at 01:06
1 Answers
2
I can't post here the code from this book due to copyrights. But if you can get it, you will find not only you algorithm, but also lots of other good algorithms with codes.

Mihran Hovsepyan
- 10,810
- 14
- 61
- 111
-
1I summarized it in https://en.wikipedia.org/wiki/K-vertex-connected_graph#Computational_complexity – a3nm May 27 '14 at 17:49