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

https://github.com/akshay-kalekar/binary-tree-representation

Got frustrated with drawing binary tree each time i solved BT question so here my way out
https://github.com/akshay-kalekar/binary-tree-representation

binary-tree python3 streamlit visualization

Last synced: about 1 month ago
JSON representation

Got frustrated with drawing binary tree each time i solved BT question so here my way out

Awesome Lists containing this project

README

          

# How to run locally
## Activate your environment
# Windows command prompt
.venv\Scripts\activate.bat

# Windows PowerShell
.venv\Scripts\Activate.ps1

# macOS and Linux
source .venv/bin/activate

## Install Streamlit
pip install streamlit
## Run streamlit
streamlit run home.py