Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.