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
- Host: GitHub
- URL: https://github.com/akshay-kalekar/binary-tree-representation
- Owner: akshay-Kalekar
- Created: 2024-06-29T14:46:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T09:24:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T03:38:43.473Z (over 1 year ago)
- Topics: binary-tree, python3, streamlit, visualization
- Language: Python
- Homepage: https://binarytree.streamlit.app/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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