Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thealgorithms/nim
Collection of various algorithms implemented in Nim for educational purposes.
https://github.com/thealgorithms/nim
algorithms data-structures educational interview-questions math mathematics nim string
Last synced: 2 days ago
JSON representation
Collection of various algorithms implemented in Nim for educational purposes.
- Host: GitHub
- URL: https://github.com/thealgorithms/nim
- Owner: TheAlgorithms
- License: mit
- Created: 2023-03-02T18:30:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-10T10:53:27.000Z (about 1 month ago)
- Last Synced: 2024-10-29T21:05:58.808Z (16 days ago)
- Topics: algorithms, data-structures, educational, interview-questions, math, mathematics, nim, string
- Language: Nim
- Homepage:
- Size: 221 KB
- Stars: 78
- Watchers: 11
- Forks: 21
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# The Algorithms – Nim
[![Gitpod Ready-to-Code][badge-gitpod]](https://gitpod.io/#https://github.com/TheAlgorithms/Nim)
[![Contributions Welcome][badge-contributions]](https://github.com/TheAlgorithms/Nim/blob/main/CONTRIBUTING.md)
![Repo size][badge-reposize][![Discord chat][badge-discord]][chat-discord]
[![Gitter chat][badge-gitter]][chat-gitter]
[![Matrix room][badge-matrix]][chat-matrix]## Algorithms collection implemented in Nim - for education
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.
## Getting Started
Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
## List of Algorithms
See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project.
You can also browse the implementations on [the website](https://the-algorithms.com/language/nim).
## Community Channels
We are on [Discord](https://the-algorithms.com/discord) and [Gitter][chat-gitter]/[Matrix][chat-matrix]!
Community channels are a great way for you to ask questions and get help. Please join us!
[chat-discord]: https://the-algorithms.com/discord
[chat-gitter]: https://gitter.im/#TheAlgorithms_community:gitter.im
[chat-matrix]: https://matrix.to/#/#TheAlgorithms_community:gitter.im
[badge-contributions]: https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square
[badge-discord]: https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square
[badge-matrix]: https://img.shields.io/badge/matrix-TheAlgorithms_community-0dbd8b?logo=matrix
[badge-gitpod]: https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square
[badge-gitter]: https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square
[badge-reposize]: https://img.shields.io/github/repo-size/TheAlgorithms/Nim.svg?label=Repo%20size&style=flat-square