Skip to content

Binary Tree implemented in a phonebook, which each node contains a name and a phone number. I used insertion, remotion and search methods, also traversal paths for visualization.

Notifications You must be signed in to change notification settings

RafaelBrandaoBastos/BinaryTreeAplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Binary Tree Study

A binary tree is a rooted tree that is also an ordered tree in which every node has at most two children. A rooted tree naturally imparts a notion of levels (distance from the root), thus for every node a notion of children may be defined as the nodes connected to it a level below.

The tree is implemented in a phonebook, which each node contains a name and a phone number. I used insertion, remotion and search methods based in string comparison, also traversal paths for visualization.

Ps. Code only works if list.txt content follows the list file format.

https://replit.com/@rafaelbrandaobr/String-Binary-Tree?v=1

image

About

Binary Tree implemented in a phonebook, which each node contains a name and a phone number. I used insertion, remotion and search methods, also traversal paths for visualization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages