Generate a binary tree using database
This question was asked during my last interview ,i was unable to answer this
Ok you have to create a database schema where you have to store a binary tree
and then you have to write 3 queries through which you have to traverse data in
preorder, inorder ,postorder
Ok you have to create a database schema where you have to store a binary tree
and then you have to write 3 queries through which you have to traverse data in
preorder, inorder ,postorder
0