binary tree number of nodes with a given level
- by sadatwins
i need to write a program that counts the number of nodes from a certain level given in binary
tree
i mean < numberofnodes(int level){}
i tried writing it without any success because i don't how to get to a certain level then go
to count number of nodes