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

https://github.com/basemax/searchbintreepy

A simple python class for search in binary tree. This class provides a few methods for searching in binary tree. Search methods are recursive and non-recursive. You can easily search in binary tree with only on left or right child, and you can search in binary tree with both left and right child.
https://github.com/basemax/searchbintreepy

bin-tree binary-tree bintree py python search-tree tree tree-search tree-searching

Last synced: 11 months ago
JSON representation

A simple python class for search in binary tree. This class provides a few methods for searching in binary tree. Search methods are recursive and non-recursive. You can easily search in binary tree with only on left or right child, and you can search in binary tree with both left and right child.

Awesome Lists containing this project