Need help with assignment :( . c++ code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Need help with assignment :( . c++ code

Binary Search Tree Create a program that accepts string as an input. The program will determine how many nodes the user wants to enter. After the strings are entered, the program will create a binary search tree and output the following traversals: Pre-order, post-order, and in-order. Assume that N is the number of nodes, N should be <= 20 and >=0. Do not forget to output also the binary search tree before the traversals.

10th Nov 2017, 4:07 PM
Suzaku Haru
Suzaku Haru - avatar
2 Answers
+ 4
To get code help you need to show a code/ your attempt. Then users will points out issue(s) with the code. While you correct it.
10th Nov 2017, 4:10 PM
Manual
Manual - avatar
+ 4
As Manual mentioned, you need to post what you've already tried, any errors, etc... so that we can properly help you. We aren't here to do your homework for you, but we're more than happy to help you with concepts/errors you get stuck on.
10th Nov 2017, 4:15 PM
AgentSmith