Question: In python write a class called path the tree has 3 paths write depth(self) it should return the longest path in the tree that starts
In python write a class called path
the tree has 3 paths
write depth(self)
it should return the longest path in the tree that starts a self.root and if the tree is empty or it has only a root node then it should return 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
