BaseMax / CompleteTreeCheckerGo

This is a simple Go program that checks if a given tree is complete or not. A tree is complete if all levels are completely filled except possibly the last level and the last level has all keys as left as possible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BaseMax/CompleteTreeCheckerGo Stargazers