[][src]Module algorithms_edu::algo::graph::tree::center

This algorithm finds the center(s) of an undirected tree represented by an adjacency list.

  • Time Complexity: $O(V+E)$

Resources

Enums

Center