Pergunta de entrevista da empresa Juniper Networks

4)Two linked lists merge at a point. Write code to detect this. 5)How many NULL pointers can a binary tree have ?

Resposta da entrevista

Sigiloso

3 de jun. de 2013

Number of Null pointers : n + 1 , n is the number of nodes.