Calculate betweenness centrality of vertices in a graph, using the algorithm developed by Ulrik Brandes (2001) J. Math. Sociol. 25(2): 163-177.
Calculate the size of the largest connected cluster in the graph.
Simple queue implementation for internal use. This will probably be removed once Phobos has an effective queue container.