Skip to content

super-cool-coding-group/Project3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project3

Implementations and demonstrations of postorder traversal, height counting, and node counting for BinaryTree and BinaryNode objects.

Names and Contributions

  • George Matta
    • Implemented getting the height for a BinaryTree and a BinaryNode. Implemented getting the number of nodes for a BinaryTree and a BinaryNode. Also implemented BinaryTree constructor to create a tree given preorder and inorder traversal strings.
  • Pierlorenzo Peruzzo
    • Initialized the repo and implemented postorder traversal for BinaryTree and BinaryNode. Also implemented methods to find the preorder and inorder traversal of a BinaryTree and BinaryNode (in addition to postorder)
  • Angelica Arteaga
    • Defined the createTree2 method (for task 4) and created unit tests for all the methods we created.

Extra Features

  • Super cool code courtesy of the Super Cool Coding Group
  • Methods for Preorder traversal and Inorder traversal
  • BinaryTree constructor to create a tree given preorder and inorder traversal strings :)
  • Full JavaDocs

Video Link

JavaDoc Index Link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •