Skip to content

dosart/Binary-search-tree-using-Python

Repository files navigation

Maintainability example workflow wemake-python-styleguide

Binary-search-tree-using-Python

Implementation binary search tree

  • add - Add the given key and object to hash table.
  • find - Finds key in tree
  • min - Returns node with min key
  • max - Returns node with max key
  • height - Returns the height of the tree in nodes, 0 if empty
  • count - Returns the number of nodes stored in the tree
  • successor - Returns the node that contains next key
  • predecessor - Returns the node contains previous key

About

Implementation binary search tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published