Pergunta de entrevista da empresa Microsoft

Given a tree, write a serializer for it. Ensure it can be reconstructed from it as well class Node { public Node Left; Public Node Right; Public byte[] Data; }

Resposta da entrevista

Sigiloso

7 de dez. de 2016

Hint: Array representation of trees