The Mindscaping Inc.
Sunday, December 27, 2015
99. Recover Binary Search Tree
Two elements of a binary search tree (BST) are swapped by mistake.
Recover the tree without changing its structure.
Note:
A solution using O(
n
) space is pretty straight forward. Could you devise a constant space solution?
Java Code:
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment