We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241e26e commit 4c3b00bCopy full SHA for 4c3b00b
src/main/java/g1401_1500/s1448_count_good_nodes_in_binary_tree/Solution.java
@@ -1,6 +1,6 @@
1
package g1401_1500.s1448_count_good_nodes_in_binary_tree;
2
3
-// #Medium #Depth_First_Search #Breadth_First_Search #Tree #Binary_Tree
+// #Medium #Depth_First_Search #Breadth_First_Search #Tree #Binary_Tree #LeetCode_75_Binary_Tree/DFS
4
// #2022_03_28_Time_2_ms_(99.63%)_Space_60.1_MB_(26.46%)
5
6
import com_github_leetcode.TreeNode;
0 commit comments