Juniper Networks interview question

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

Interview Answer

Anonymous

3 Jun 2013

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