Serialise and Deserialise

Revision en1, by rahul_1234, 2017-07-02 12:47:50

For serialising and deserialising a binary tree( or a n-ary tree ) only preorder traversal with # for Null is used in the given Link but I think both inorder and preorder are required to construct tree.

Please tell me what is that I am missing?

Tags serialise, deserialise

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English rahul_1234 2017-07-02 12:47:50 339 Initial revision (published)