Skip to content

lsukharn/Simple-binary-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

This is an implementation of a simple binary tree with the following methods: 

- add(self, value, node): adds a node to the tree
- find(self, value): looks for a node with a given value 
- deleteTree(self): delets reference to the tree root
- printTree(self): prints a tree

About

A simple implementation of a binary tree

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages