An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/basemax/completetreecheckergo

complete-tree data-structure datastructure ds go golang tree tree-complete tree-search tree-structure tree-traversal tree-traversal-algorithm tree-traversal-algorithms

Last synced: 6 months ago
JSON representation

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.

Awesome Lists containing this project