https://github.com/bradgarropy/homeaway-binary-tree
🌲️ homeaway interview question - binary tree
https://github.com/bradgarropy/homeaway-binary-tree
eslint homeaway interview node prettier
Last synced: about 1 month ago
JSON representation
🌲️ homeaway interview question - binary tree
- Host: GitHub
- URL: https://github.com/bradgarropy/homeaway-binary-tree
- Owner: bradgarropy
- License: mit
- Created: 2018-11-08T01:24:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T04:30:54.000Z (over 7 years ago)
- Last Synced: 2025-03-11T16:47:25.378Z (over 1 year ago)
- Topics: eslint, homeaway, interview, node, prettier
- Language: JavaScript
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
