How to convert a binary tree to binary search tree in-place, i.e., we cannot use any extra space.

Posted by bit-question on Stack Overflow See other posts from Stack Overflow or by bit-question
Published on 2010-04-05T05:46:59Z Indexed on 2010/04/05 5:53 UTC
Read the original article Hit count: 218

How to convert a binary tree to binary search tree in-place, i.e., we cannot use any extra space.

© Stack Overflow or respective owner

Related posts about interview-questions

Related posts about data-structures