Skip to content

abbas695/Binary-Tree-traversal-using-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Binary-Tree-traversal-using-Java

Sample results: the tree was as follows:
10
9 11
5 3 7 8

the preorder function produced the following result: 10,9,5,3,11,7,8 the post order function produced the following result: 5,3,9,7,8,11,10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages