https://github.com/danluu/ninety-nine-scala-problems
Solutions and tests for Phil Gold's S-99: Ninety-Nine Scala Problems
https://github.com/danluu/ninety-nine-scala-problems
Last synced: over 1 year ago
JSON representation
Solutions and tests for Phil Gold's S-99: Ninety-Nine Scala Problems
- Host: GitHub
- URL: https://github.com/danluu/ninety-nine-scala-problems
- Owner: danluu
- Created: 2012-11-06T23:15:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-24T20:16:37.000Z (about 13 years ago)
- Last Synced: 2025-03-23T04:11:49.112Z (over 1 year ago)
- Language: Scala
- Homepage: http://aperiodic.net/phil/scala/s-99/
- Size: 251 KB
- Stars: 15
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Solutions and tests for Werner Hett's 99 problems in Scala (http://aperiodic.net/phil/scala/s-99/). The tests are slightly more comprehensive than the other tests I've seen the same problems on github, but they're still very weak.
I'm not sure I'll finish these. I was hoping they'd be a challenge, after doing Odersky's Functional Programming in Scala class, but they seem to be pretty straightforward so far (up to problem 58).