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 e1eaed3 commit 04902c4Copy full SHA for 04902c4
src/main/java/g0201_0300/s0212_word_search_ii/Tree.java
@@ -1,8 +1,5 @@
1
package g0201_0300.s0212_word_search_ii;
2
3
-// #Hard #Top_Interview_Questions #Array #String #Matrix #Backtracking #Trie #Top_Interview_150_Trie
4
-// #2025_03_09_Time_17_ms_(99.16%)_Space_45.08_MB_(67.05%)
5
-
6
@SuppressWarnings("java:S1104")
7
public class Tree {
8
private Tree[] children;
0 commit comments