static void PrintAll(GraphTraversal <Vertex, string> traversal) { Console.WriteLine(); traversal.ToList().ToList().ForEach(Console.WriteLine); }