Tree Structure and its types
Tree is a non linear data structure. It is a structure of two elements. First is vertex and second is edge similar as graph structure but the difference is every graph is not tree while every tree is also a graph. Tree is a special graph which must follows two [...]