Count Good Nodes in Binary Tree Visualizer & Step-by-Step Algorithm Solution
Count the number of 'good' nodes in a binary tree (a node X is good if on the path from root to X there are no nodes with value greater than X).
Category: trees | Difficulty: Medium
Tags: DFS, Binary Tree, Recursion, Path Maximum, Tree Traversal
