0
/ 1.0
Write a recursive function int BTleaf(BinNode root)
to count the number of leaf nodes in the binary tree pointed at by root
. You must use...
Score: 0 / 1.0
Write a recursive function int BTleaf(BinNode root)
to count the number of leaf nodes in the binary tree pointed at by root
. You must use...