Skip to content

leronjulian/Preorder-BinaryTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Preorder BinaryTree

This program builds a binary tree (using pointers) from a string of characters

and prints out the binary tree in preorder, inorder, postorder and level-order.

The input string is a preorder order representation of a binary tree.

In particular, a dot/period signifies an empty subtree in that branch.

Then, the function IsBST to determine whether the binary tree built is a

binary search tree or not.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages