There was an error while loading. Please reload this page.
1 parent 392cd98 commit 571d931Copy full SHA for 571d931
src/data-structures/trie/Trie.js
@@ -39,6 +39,8 @@ export default class Trie {
39
}
40
41
/**
42
+ * Check if complete word exists in Trie.
43
+ *
44
* @param {string} word
45
* @return {boolean}
46
*/
0 commit comments