We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f0a86 commit d600405Copy full SHA for d600405
src/main/java/g2301_2400/s2385_amount_of_time_for_binary_tree_to_be_infected/Solution.java
@@ -1,6 +1,6 @@
1
package g2301_2400.s2385_amount_of_time_for_binary_tree_to_be_infected;
2
3
-// #Medium #Tree #Binary_Tree #Depth_First_Search #Breadth_First_Search
+// #Medium #Depth_First_Search #Breadth_First_Search #Tree #Binary_Tree
4
// #2022_08_25_Time_20_ms_(100.00%)_Space_111.7_MB_(100.00%)
5
6
import com_github_leetcode.TreeNode;
0 commit comments