[UVA] 615 - Is It A Tree?
Is It A Tree? A tree is a well-known data structure that is either empty (null,void, nothing) oris a set of one or more nodes connected by directed edges betweennodes satisfying the following properties.There is exactly one node, called the root, to which no directeded...