Skip to content

this project is intended to display binary tree in the console.

Notifications You must be signed in to change notification settings

redet-G/binaryTreePrinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

binaryTreePrinter

example of planned output of tree

       5
      / \
     /   \
    /     \
   3       8
  / \
 2   4   7   9

screen shot of output

to do list

  • code the tree it self
  • make try basic printing
  • prepare standar tesing tree
  • try more advanced ones
  • refine the code

Releases

No releases published

Packages

No packages published

Languages