We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40a67b commit fb0e0e2Copy full SHA for fb0e0e2
src/data-structures/trie/Trie.js
@@ -108,3 +108,5 @@ export default class Trie {
108
return currentNode;
109
}
110
111
+
112
+// Local fallback improvement: appended a small comment.
0 commit comments