1 #ifndef BUBBLE_TREE_LAYOUT_H_
2 #define BUBBLE_TREE_LAYOUT_H_
7 #include "AdjacencyList.h"
17 std::vector<std::pair<int, int> >* bubble_tree_layout(
AdjacencyList& g);
26 std::vector<std::pair<int, int> >* bubble_tree_layout(
AdjacencyList& g,
Definition: AdjacencyList.h:9