https://github.com/mrlsd/useful-haskell
Useful Haskell and algorithms
https://github.com/mrlsd/useful-haskell
Last synced: 11 months ago
JSON representation
Useful Haskell and algorithms
- Host: GitHub
- URL: https://github.com/mrlsd/useful-haskell
- Owner: mrLSD
- License: mit
- Created: 2016-12-11T18:24:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-11T20:32:51.000Z (about 9 years ago)
- Last Synced: 2025-01-06T14:42:40.475Z (about 1 year ago)
- Language: Haskell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Useful Haskell
Useful Haskell and algorithms.
## Requirements:
* GHC: **7.10+**
* stack: **The Haskell Tool Stack**
## How to:
* First setup: `make setup`
* Build: `make nuild`
* Build + Run: `make run`
### Currently implemented:
* simple linked-list
- [x] Insert
- [x] Length
- [x] Loop detection algorithm
- [x] Print linked list
### License: MIT