Given edges : {{'a','b'}, {'a','d'}, {'b','c'}} ,Contruct a binary tree. Explain: {parent, child} , {a ,b} , b's parent node is a.
Tree :
a b d c