I wrote this n-array tree class now I want to write a method to add a child to a specific node in my tree the way is : first I should search my tree to find the father then add the child to that node children I don't know how I should declare my method I wrote this n-array tree class now I want to w