-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add ADT trees data structure
Some of the methods and properties which were not in the CSC111 course but would be good to add
- every Node in the Tree is iterable and acts like a list containing subtrees
- A method for printing the tree, in a similar way BST
- the subtrees Property is private
- create a tree from a list, as balanced as it can be
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request