Write a function TreeType (Node *) in c++ When root node of a data structure is passed it checks following things • Is it a Tree? • Is it a Binary Tree? • Is it a BST?