Binary Tree Beauty Printer
Project description
This package allows to print Binary Tree beautifully.To use you need to follow this steps:1. from BinaryTree.tree import *2. Set root: root = Node(1)3. Use this: while True: value = int(input('Enter a number to add to the binary tree (0 to stop): ').lower()) if value == 0: break insert_node(root, value)OR: insert_node(root, 2), insert_node(root, 4), insert_node(root, value))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
biNNytree-0.1.1.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file biNNytree-0.1.1.tar.gz
.
File metadata
- Download URL: biNNytree-0.1.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f849f8ffd4378b4062d3b0e01efa5f8facddc0f3e12f892902998762d21152f8 |
|
MD5 | a91bd564dc2f6a7cf62bcc518e2fad34 |
|
BLAKE2b-256 | c54f4c80c4a51832ad6a97687b5707e7c4f7d22b048f23250dee65cc5ac6fc41 |
File details
Details for the file biNNytree-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: biNNytree-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16db29997c646ee3e919e18381396647997613746720b1ae110b8f29aa05c247 |
|
MD5 | 602279efd54b874e2c01b91ba2b28199 |
|
BLAKE2b-256 | c986dbf19f004df135076c067ee5044e9d1efec122a4c78cac27c9a06559b9bd |