Q1 Serialization and deserialization of binary tree.
Resposta da entrevista
Sigiloso
6 de set. de 2021
As questions 1 was serialization and desrialization of binary tree I first tell him the approach using two arrays for preorder and inorder. then i gave approach using one array .