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))
Release files for biNNytree 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| biNNytree-0.1.1.tar.gz | 1.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| biNNytree-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.9 kB
Release files / biNNytree-0.1.1.tar.gz
| Download URL | biNNytree-0.1.1.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f849f8ffd4378b4062d3b0e01efa5f8facddc0f3e12f892902998762d21152f8
|
|
BLAKE2b-256 checksum How to use checksums |
c54f4c80c4a51832ad6a97687b5707e7c4f7d22b048f23250dee65cc5ac6fc41
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|
Release files / biNNytree-0.1.1-py3-none-any.whl
| Download URL | biNNytree-0.1.1-py3-none-any.whl |
|---|---|
| Size | 2.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
16db29997c646ee3e919e18381396647997613746720b1ae110b8f29aa05c247
|
|
BLAKE2b-256 checksum How to use checksums |
c986dbf19f004df135076c067ee5044e9d1efec122a4c78cac27c9a06559b9bd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|