Problem
701. Insert into a Binary Search Tree
Java
Recursion
© Robert Sedgewick and Kevin Wayne
1 | /** |
Submission Detail
- 35 / 35 test cases passed.
- Runtime: 0 ms, faster than 100.00% of Java online submissions for Insert into a Binary Search Tree.
- Memory Usage: 39.1 MB, less than 98.22% of Java online submissions for Insert into a Binary Search Tree.