|
1 | | -<div align="center"> |
2 | | -<!-- Title: --> |
3 | | - <a href="https://github.com/TheAlgorithms/"> |
4 | | - <img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100"> |
5 | | - </a> |
6 | | - <h1><a href="https://github.com/TheAlgorithms/">The Algorithms</a> - Nim</h1> |
7 | | -<!-- Labels: --> |
8 | | - <!-- First row: --> |
9 | | - <a href="https://gitpod.io/#https://github.com/TheAlgorithms/Nim"> |
10 | | - <img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square" height="20" alt="Gitpod Ready-to-Code"> |
11 | | - </a> |
12 | | - <a href="https://github.com/TheAlgorithms/Nim/blob/master/CONTRIBUTING.md"> |
13 | | - <img src="https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square" height="20" alt="Contributions Welcome"> |
14 | | - </a> |
15 | | - <img src="https://img.shields.io/github/repo-size/TheAlgorithms/Nim.svg?label=Repo%20size&style=flat-square" height="20"> |
16 | | - <a href="https://the-algorithms.com/discord"> |
17 | | - <img src="https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square" height="20" alt="Discord chat"> |
18 | | - </a> |
19 | | - <a href="https://gitter.im/TheAlgorithms"> |
20 | | - <img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square" height="20" alt="Gitter chat"> |
21 | | - </a> |
22 | | - <!-- Second row: --> |
23 | | - <br> |
24 | | -<!-- Short description: --> |
25 | | - <h3>Algorithms collection implemented in Nim - for education</h3> |
26 | | -</div> |
| 1 | +# <a href="https://github.com/TheAlgorithms/">The Algorithms</a> – Nim <img src="https://raw.githubusercontent.com/nim-lang/assets/master/Art/logo-crown.png" height="28px"/><a href="https://github.com/TheAlgorithms/"><img align="right" src="https://raw.githubusercontent.com/TheAlgorithms/website/main/public/logo.svg" height="100"></a> |
| 2 | + |
| 3 | +[![Gitpod Ready-to-Code][badge-gitpod]](https://gitpod.io/#https://github.com/TheAlgorithms/Nim) |
| 4 | +[![Contributions Welcome][badge-contributions]](https://github.com/TheAlgorithms/Nim/blob/master/CONTRIBUTING.md) |
| 5 | +![Repo size][badge-reposize] |
| 6 | +</br> |
| 7 | +[![Discord chat][badge-discord]][chat-discord] |
| 8 | +[![Gitter chat][badge-gitter]][chat-gitter] |
| 9 | +[![Matrix room][badge-matrix]][chat-matrix] |
| 10 | + |
| 11 | +## Algorithms collection implemented in Nim - for education |
27 | 12 |
|
28 | 13 | Implementations are for learning purposes only. They may be less efficient than the implementations in the [Nim standard library](https://nim-lang.org/docs/lib.html) or [Nimble packages](https://nimble.directory/). Use them at your discretion. |
29 | 14 |
|
30 | 15 | ## Getting Started |
31 | 16 |
|
32 | 17 | Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. |
33 | 18 |
|
| 19 | +## List of Algorithms |
| 20 | + |
| 21 | +See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project. |
| 22 | + |
| 23 | +You can also browse the implementations on [the website](https://the-algorithms.com/language/nim). |
| 24 | + |
34 | 25 | ## Community Channels |
35 | 26 |
|
36 | | -We are on [Discord](https://the-algorithms.com/discord) and [Gitter](https://gitter.im/TheAlgorithms)! Community channels are a great way for you to ask questions and get help. Please join us! |
| 27 | +We are on [Discord](https://the-algorithms.com/discord) and [Gitter][chat-gitter]/[Matrix][chat-matrix]! |
37 | 28 |
|
38 | | -## List of Algorithms |
| 29 | +Community channels are a great way for you to ask questions and get help. Please join us! |
39 | 30 |
|
40 | | -See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project. |
| 31 | +<!-- links --> |
| 32 | +[chat-discord]: https://the-algorithms.com/discord |
| 33 | +[chat-gitter]: https://gitter.im/#TheAlgorithms_community:gitter.im |
| 34 | +[chat-matrix]: https://matrix.to/#/#TheAlgorithms_community:gitter.im |
| 35 | +[badge-contributions]: https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square |
| 36 | +[badge-discord]: https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square |
| 37 | +[badge-matrix]: https://img.shields.io/badge/matrix-TheAlgorithms_community-0dbd8b?logo=matrix |
| 38 | +[badge-gitpod]: https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square |
| 39 | +[badge-gitter]: https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square |
| 40 | +[badge-reposize]: https://img.shields.io/github/repo-size/TheAlgorithms/Nim.svg?label=Repo%20size&style=flat-square |
0 commit comments