sribalajig / closest-reporting-manager

An organisational hierarchy is represented in the form of a tree. The aim is to find the closest ancestor given any two nodes in the org tree. Demonstrates the use of recursive structures in Go along with BFS and DFS in trees.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

An organisational hierarchy is represented in the form of a tree. The aim is to find the closest ancestor given any two nodes in the org tree. Demonstrates the use of recursive structures in Go along with BFS and DFS in trees.

License:MIT License


Languages

Language:Go 100.0%