# Leetcode 1448: Count Good Nodes in Binary Tree
Problems on Tree Data Structure 6 / 6
2 min read
Given a binary tree root, a node X in the tree is named good if in the path from root to X there are no nodes with a value greater than X.