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 6b6b880 commit 0e134adCopy full SHA for 0e134ad
design-add-and-search-words-data-structure/nhistory.js
@@ -32,6 +32,6 @@ WordDictionary.prototype.search = function (word) {
32
}
33
};
34
35
-// n: number of node | m: length of the word
+// n: number of words | m: length of the word
36
// TC: O(n*m)
37
// SC: O(n*m)
0 commit comments