We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent18a9157 commitf954fb1Copy full SHA for f954fb1
README.md
@@ -32,7 +32,7 @@ JavaScript Repository of TheAlgorithms, which implements various algorithms and
32
Before contributing to this repository, make sure to read our[Contribution Guidelines](CONTRIBUTING.md). You can look
33
at other[TheAlgorithms Repositories][repositories] or the[issues with a "help wanted" label][help-wanted] for
34
inspiration regarding what to implement. Our maintainers will guide you through how to make your contribution properly
35
-if you make any mistakes. The names of the maintainers of this repositoryis listed in the
+if you make any mistakes. The names of the maintainers of this repositoryare listed in the
36
[CODEOWNERS file](.github/CODEOWNERS).
37
38
You can find a list of the algorithms currently in the repository in the[directory](DIRECTORY.md). Explanations of