Skip to content

Implementation of a binary search tree without a Node class, with methods created including insert, remove, printPreOrderTraversal, printPostOrderTraversal, and printBreadthFirstTraversal.

Notifications You must be signed in to change notification settings

suzannamoran/nodeless-BST-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BST-methods

Implementation of a binary search tree with various alteration and print methods.

This was an assignment in my Data Structures class that covered implementation of a binary search tree. I was asked to create the methods insert, remove, printPreOrderTraversal, printPostOrderTraversal, and printBreadthFirstTraversal in the NonEmptyBST.java file.

The additional structural code was provided in the assignment materials.

About

Implementation of a binary search tree without a Node class, with methods created including insert, remove, printPreOrderTraversal, printPostOrderTraversal, and printBreadthFirstTraversal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages