shashanksingh / toy_graph_db

Just a toy graph db so that we can play around with graph algorithms like connected components, Union Find etc. Its work in progress, feel free to raise PR
GNU General Public License v3.0
0 stars 0 forks source link

Undirected > Find Centre aka Roots of Minimum height trees #9

Closed shashanksingh closed 4 years ago

shashanksingh commented 4 years ago

example : https://leetcode.com/problems/minimum-height-trees/