Skip to content

Commit

Permalink
Merge pull request #1063 from neversettlejay/Coding-decoded-Trees-pla…
Browse files Browse the repository at this point in the history
…ylist

Bugfix: altered the wrong class name
  • Loading branch information
Sunchit authored May 10, 2024
2 parents 6df22c8 + 9cfb313 commit 123f9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion August2020/AddAndSearchWord.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AddAndSearchWord {
class WordDictionary {

private class TrieNode {
private TrieNode[] children = null;
Expand Down

0 comments on commit 123f9cb

Please sign in to comment.