mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 08:16:50 +08:00
added contributor graph to the readme (#1367)
Co-authored-by: madhuredra <madhuredra.tiwari@zemosolabs.com>
This commit is contained in:

committed by
GitHub

parent
6362cc967a
commit
394483bff7
@ -12,7 +12,6 @@ JavaScript Repository of TheAlgorithms, which implements various algorithms and
|
|||||||
[![standard.js][standard-logo]][standard-js]
|
[![standard.js][standard-logo]][standard-js]
|
||||||
[![Discord chat][chat]][discord-server]
|
[![Discord chat][chat]][discord-server]
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -47,7 +46,6 @@ many of the algorithms can be found in the [wiki][explanation].
|
|||||||
[chat]: https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA
|
[chat]: https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA
|
||||||
[welcome]: https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3
|
[welcome]: https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3
|
||||||
[checks]: https://img.shields.io/github/actions/workflow/status/TheAlgorithms/JavaScript/Ci.yml?branch=master&label=checks
|
[checks]: https://img.shields.io/github/actions/workflow/status/TheAlgorithms/JavaScript/Ci.yml?branch=master&label=checks
|
||||||
[grade]: https://img.shields.io/lgtm/grade/javascript/g/TheAlgorithms/JavaScript.svg?logo=lgtm&logoWidth=18
|
|
||||||
|
|
||||||
<!-- External Links -->
|
<!-- External Links -->
|
||||||
[standard-js]: https://standardjs.com/
|
[standard-js]: https://standardjs.com/
|
||||||
@ -56,3 +54,9 @@ many of the algorithms can be found in the [wiki][explanation].
|
|||||||
[explanation]: https://github.com/TheAlgorithms/JavaScript/wiki
|
[explanation]: https://github.com/TheAlgorithms/JavaScript/wiki
|
||||||
[repositories]: https://github.com/orgs/TheAlgorithms/repositories
|
[repositories]: https://github.com/orgs/TheAlgorithms/repositories
|
||||||
[help-wanted]: https://github.com/TheAlgorithms/JavaScript/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22
|
[help-wanted]: https://github.com/TheAlgorithms/JavaScript/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22
|
||||||
|
|
||||||
|
## Thanks to all the contributors ❤️
|
||||||
|
|
||||||
|
<a href = "https://github.com/TheAlgorithms/JavaScript/graphs/contributors">
|
||||||
|
<img src = "https://contrib.rocks/image?repo=TheAlgorithms/JavaScript"/>
|
||||||
|
</a>
|
||||||
|
Reference in New Issue
Block a user