Are you looking for fruit in depth first search?
You can find the fruit by going down into the tree from the fruit in log n time, but it still takes me Linear time to grow.
height-first search? Naaah
(pre-emptive "yes, I get the joke, I just choose to answer the question seriously anyway because I have nothing better to do")
Because they are just called "trees" because they have to be called something and "tree" makes for a nice memorable analogy. They aren't supposed to be trees and there is no particular reason to make them resemble real trees when drawing them. We traditionally read from top to bottom and for most kinds of data and algorithms it's more natural to start at the root than at the leaves, so to the top it goes.
If you think about it, on computers as the Y coordinate increases you end up further down the screen, which is the opposite of typical X,Y coordinate spaces in real life.
If you were to take some graph paper irl and draw a tree the right way up, and then input those coordinates into a computer, it would appear upside down.
So in one sense, we're technically drawing them the right way up
Because the fruit has to reverse the tree from root to leaf, of course!
Because the tree is fruity
One of my profs once said "computer scientists have never seen a tree, that's why the root is at the top."
can't seem to find the roots of this inverted tree writing style