Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thealgorithms/clojure
All Algorithms implemented in Clojure
https://github.com/thealgorithms/clojure
algorithms algorithms-and-data-structures algorithms-implemented algos clojure community-driven data-structures education hacktoberfest interview learn practice
Last synced: 2 days ago
JSON representation
All Algorithms implemented in Clojure
- Host: GitHub
- URL: https://github.com/thealgorithms/clojure
- Owner: TheAlgorithms
- License: mit
- Created: 2021-03-02T11:07:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T14:37:15.000Z (7 months ago)
- Last Synced: 2024-10-29T21:05:58.494Z (16 days ago)
- Topics: algorithms, algorithms-and-data-structures, algorithms-implemented, algos, clojure, community-driven, data-structures, education, hacktoberfest, interview, learn, practice
- Language: Clojure
- Homepage: https://thealgorithms.github.io/
- Size: 50.8 KB
- Stars: 88
- Watchers: 8
- Forks: 33
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Algorithms - Clojure
[![CodeCoverage](https://codecov.io/gh/TheAlgorithms/Clojure/graph/badge.svg?token=nRkPKfbs42)](https://codecov.io/gh/TheAlgorithms/Clojure)
[![Discord](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=00d37d)](https://the-algorithms.com/discord)
[![Gitter chat](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square)](https://gitter.im/TheAlgorithms)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=flat-square)](https://www.paypal.me/TheAlgorithms/100)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square)](https://gitpod.io/#https://github.com/TheAlgorithms/Clojure)### All algorithms implemented in Clojure (for education)
These implementations are for learning purposes only. Therefore they may be less efficient than the implementations in the Clojure standard library.
#### To run all the tests execute
```bash
clojure -X:test
```## List of Algorithms
See our [directory](DIRECTORY.md).
## Community Channel
We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.