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: 11 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T14:37:15.000Z (about 1 year ago)
- Last Synced: 2025-04-28T07:26:48.397Z (15 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: 95
- Watchers: 7
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Algorithms - Clojure
[](https://codecov.io/gh/TheAlgorithms/Clojure)
[](https://the-algorithms.com/discord)
[](https://gitter.im/TheAlgorithms)
[](https://www.paypal.me/TheAlgorithms/100)
[](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.