Question d’entretien chez 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 ?

Réponse à la question d'entretien

Utilisateur anonyme

3 juin 2013

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