[solved]-Vi Given Pointer Root Binary Tree Pointer P Given Node Tree Write Routine Return Number No Q38996464
please answer in java

VI. Given a pointer to the root of a binary tree and a pointer ‘p’ to a given node in the tree write a routine which will return the number of nodes in the tree that are on level ‘n’. Show transcribed image text VI. Given a pointer to the root of a binary tree and a pointer ‘p’ to a given node in the tree write a routine which will return the number of nodes in the tree that are on level ‘n’.
Expert Answer
Answer to VI. Given a pointer to the root of a binary tree and a pointer ‘p’ to a given node in the tree write a routine which wil… . . .
Related