Skip to content

Ada-Activities/bst-dfs-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binary Search Tree Depth First Search Practice

This repo is a small repo meant to practice implementing three depth first searches for a binary search tree.

The TreeNode class has been written for you along with some starter code for the Tree class. You are tasked with writing an implementation for the preorder, inorder and postorder traversals for a binary search tree. Remember that you may need to implement helper methods to assist in the recursion required.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages