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 e4d0892 commit 7d34787Copy full SHA for 7d34787
design-add-and-search-words-data-structure/delight010.swift
@@ -5,7 +5,7 @@ class WordDictionary {
5
var isEndOfWord: Bool = false
6
}
7
8
- var root: TrieNode?
+ var root: TrieNode
9
10
init() {
11
root = TrieNode()
0 commit comments