consider I want to transfer a binary tree in a serialised way and I have only one string to pass that tree and I can use the help of only one traversal, is there any way I could do that?? - (was asked to me in Ebay)..
in other words can a binary tree be generated by using only one tree traversal string?? the interviewer also gave me a hint by saying i can use null in place where leaf is absent..