Returns the search tree of the algorithm as an array of edges.
List<Edge> getSearchTree() { return _spanningTree; }