Minimum Height Trees

Try to solve the Minimum Height Trees problem.

Statement

You are given nn as the number of nodes and a 2D array of edges representing a tree having the following properties:

  • It is an acyclic, undirected graph containing nn nodes and n1n-1 edges.

  • The nodes are labeled from 00 to n1n-1 ...