Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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