Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheAlgorithms/Haskell
https://github.com/TheAlgorithms/Haskell
algorithms data-structures functional-programming hacktoberfest haskell
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/TheAlgorithms/Haskell
- Owner: TheAlgorithms
- License: mit
- Created: 2020-02-18T07:40:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T20:17:18.000Z (12 months ago)
- Last Synced: 2024-05-29T00:20:49.770Z (8 months ago)
- Topics: algorithms, data-structures, functional-programming, hacktoberfest, haskell
- Language: Haskell
- Size: 177 KB
- Stars: 373
- Watchers: 16
- Forks: 85
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - TheAlgorithms/Haskell - structures,functional-programming,hacktoberfest,haskell pushed_at:2024-01 star:0.4k fork:0.1k (Haskell)
README
![CI (Stack)](https://github.com/TheAlgorithms/Haskell/workflows/CI%20(Stack)/badge.svg)
# The Algorithms - Haskell
Haskell is a general-purpose, statically typed, purely functional programming language with type inference and lazy evaluation.### All algorithms implemented in Haskell (for education)
These implementations are for learning purposes. They may be less efficient than the implementations in the Haskell standard library.
## Community Channel
We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.
## List of Algorithms
See our [directory](DIRECTORY.md).