File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,25 @@ JavaScript Repository of TheAlgorithms, which implements various algorithms and
18
18
19
19
---
20
20
21
- <!-- Body -->
21
+ <!-- Disclaimer -->
22
22
23
- ** These are for demonstration purposes only. There are many implementations of sorts in the JavaScript standard library
24
- that are much better for performance and security reasons. We also do not provide any api stability guarantee.**
23
+ <h4 align =" center " >
24
+ These implementations are for demonstrative purposes only. Dedicated implementations of these algorithms and data
25
+ structures are much better for performance and security reasons. We also do not provide any api stability guarantee.
26
+ </h4 >
25
27
26
- Before contributing to this repository, make sure to read our [ Contribution Guidelines] ( CONTRIBUTING.md ) . You can look
27
- at other [ TheAlgorithms Repositories] [ repositories ] or the [ issues with a
28
- ` help wanted ` label] [ help-wanted ] for inspiration regarding what to implement. Our maintainers will guide you through
29
- how to make your contribution properly.
28
+ ---
30
29
31
- The names of the maintainers of this repository is listed in the [ CODEOWNERS ] ( .github/CODEOWNERS ) file.
30
+ <!-- Body -->
32
31
33
- You can find a list of the algorithms currently in the repository in the [ directory] ( DIRECTORY.md ) .
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 repository is listed in the [ CODEOWNERS] ( .github/CODEOWNERS )
36
+ file.
34
37
35
- Explanations of many of the algorithms can be found in out [ wiki] [ explanation ] .
38
+ You can find a list of the algorithms currently in the repository in the [ directory] ( DIRECTORY.md ) . Explanations of
39
+ many of the algorithms can be found in the [ wiki] [ explanation ] .
36
40
37
41
---
38
42
You can’t perform that action at this time.
0 commit comments