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.
2 parents 65d2ccb + d5e4905 commit 0483d23Copy full SHA for 0483d23
src/algorithms/search/naive_search.js
@@ -17,4 +17,4 @@ const naivesearch = (st, pattern) => {
17
return count;
18
}
19
20
-module.exports = naivesearch;
+module.exports = naivesearch;
0 commit comments