Hello,
I have a question regarding the height of a node in a binary tree other than the root node? In my height method, for the root i can pass the root as a parameter. But if i want to find the height of a node other than the root , what shud i pass as a parameter in that function?? Would really appreciate your help!!