Count Good Nodes in Binary TreeCount the number of nodes in a binary tree where the path from root to that node has no nodes with values greater than the current node.