Skip to content

Repository files navigation

Problem Statement

Implement a binary tree and perform a breadth first traversal on it's nodes.
The tree is not guaranteed to be full, balanced, or sorted.

Bonus

Implement depth first traversal.
Support traversal in both directions (left -> right, right -> left).
Implement a binary search tree.

Example Tree

binary tree

About

🌲️ homeaway interview question - binary tree

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages