Skip to content

nkotzo/BinaryTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

BinaryTree

Having a bit of fun with Java and Binary Trees..

Node Class: Represents each node in the tree, containing a value and pointers to left and right children.
BinaryTree Class: Contains methods for inserting nodes, searching for a value, and performing in-order traversal.
Main Method: Demonstrates inserting values into the tree, printing the in-order traversal, and searching for a specific value.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages