-
Notifications
You must be signed in to change notification settings - Fork 0
lsukharn/Simple-binary-tree
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published