Skip to content

ADT Trees Data structure  #89

@eeshannarula29

Description

@eeshannarula29

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions