Hi everybody
Hope you will help me with binary search tree task. I completely understand how to construct it with numbers, where the logic is that the left side must be less than right side, btu I didn't found anything how to draw the binary search tree generated from the input sentence.
In my task the sentence is "education is a monstrous waste of time". Do I need draw such as each smaller word must be on the left side of the bigger or how? If it is not so hard, please show me the example how to draw it. Thank you!!!