https://github.com/ashawley/algs
Algorithms implemented in Scala
https://github.com/ashawley/algs
Last synced: 7 months ago
JSON representation
Algorithms implemented in Scala
- Host: GitHub
- URL: https://github.com/ashawley/algs
- Owner: ashawley
- License: gpl-3.0
- Created: 2014-09-06T04:37:38.000Z (about 11 years ago)
- Default Branch: staging
- Last Pushed: 2016-11-08T14:54:54.000Z (almost 9 years ago)
- Last Synced: 2025-04-12T13:13:18.296Z (7 months ago)
- Language: Scala
- Size: 23.4 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithms in Scala
Property-based tests written in [Scalacheck](http://www.scalacheck.org)
Algorithms expressed using recursion and pattern matching in pure
[Scala](http://scala-lang.org).