Skip to content

amirsakib16/TREEliB

Repository files navigation

I have made my own customized Python package. This tree package contains 54 unique binary tree operations that you can use just by making a function call.

Google Colab
In Google Colab, simply use the following command in a code cell to install the package:

!pip install binaryTREE-operations

VS Code
In Visual Studio Code (VS Code), open the terminal and run the following:

pip install binaryTREE-operations

Jupyter Notebook
To install the package in Jupyter Notebook, run the following command in a code cell:

!pip install binaryTREE-operations

After installation, you can import and use the library:

from binaryTREE import BinaryTree
Binarytree = BinaryTree()

YOU CAN ALSO VISIT: https://pypi.org/project/binaryTREE-operations/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages