Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create bst_insertion_pre_order.rb #2

Merged
merged 1 commit into from
Mar 22, 2019
Merged

Create bst_insertion_pre_order.rb #2

merged 1 commit into from
Mar 22, 2019

Conversation

mcrd25
Copy link
Owner

@mcrd25 mcrd25 commented Mar 22, 2019

based on
Challenge
You will be given an array of numbers as input. Insert the numbers (in order) one-at-a-time into a binary search tree. Then return a string with the tree in pre-order.

based on 
Challenge
You will be given an array of numbers as input. Insert the numbers (in order) one-at-a-time into a binary search tree. Then return a string with the tree in pre-order.
@mcrd25 mcrd25 merged commit 77d5d81 into master Mar 22, 2019
@mcrd25 mcrd25 deleted the ruby branch March 22, 2019 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant