What is the big-oh notation for the following operation?
1. Add a new value to a binary search tree.
2. Searching a 2-3 tree.
3. Generating a postfix expression from an expression tree.