Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

biNNytree-0.1.1-py3-none-any.whl (2.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page