Which of the following statements is/are true?
- The time complexity for searching an element in binary search tree is O(log n).
- The time complexity for searching an element in binary tree is O(n).
- The time complexity for searching an element in binary tree and binary search tree cannot be determined.
Reveal answer
Fill a bubble to check yourself