Skip to content

A program that creates and sorts a binary tree created in 2022 as a lab assignment for my course on Data Structures and Algorithms in the British University in Dubai

Notifications You must be signed in to change notification settings

Mayonaka88/binary-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Binary Tree

A program that creates and sorts a binary tree.

Program created in 2022 as an lab assignment for my course on Data Structures and Algorithms in the British University in Dubai.

There are 2 classes present which are the Tree class and the Node class.

App.java contains the main method and ordering methods.

Tree.java contains the binary tree class.

Node.java contains the nodes used to create the tree.

The ordering methods presented are preorder, postorder, and Inorder.

About

A program that creates and sorts a binary tree created in 2022 as a lab assignment for my course on Data Structures and Algorithms in the British University in Dubai

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages