Round 1:
Round 2:
Given list of extensions and connectors required to convert one extension to another. Find if its possible to convert one extension to another.
Eg:
extn1 can be converted to extn2 using convertor C1
extn2 can be converted to extn3 using convertor C2
extn1 can be converted to extn3 using convertor C3
extn3 can be converted to extn4 using convertor C4
Print the sequence of convertors used.
Connect left neighbour of Binary tree.
Round 3: (Bar Raiser)