Skip to content

This project aims to implement the structure of a binary tree, focusing on the use of recursion for the construction of its methods. The binary tree includes basic manipulation methods and unit tests for each method related to the binary tree.

Notifications You must be signed in to change notification settings

Duzim/binary_tree_data_structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

The project includes methods such as:

• createTree; • degree; • insert; • remove; • getFather; • getBrother; • getByElement; • calculateTreeDepth; • calculateNodeLevel;

These same methods can be identified in the interface.

About

This project aims to implement the structure of a binary tree, focusing on the use of recursion for the construction of its methods. The binary tree includes basic manipulation methods and unit tests for each method related to the binary tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages