https://github.com/jcrist/99problems
For the learnz
https://github.com/jcrist/99problems
Last synced: 6 months ago
JSON representation
For the learnz
- Host: GitHub
- URL: https://github.com/jcrist/99problems
- Owner: jcrist
- Created: 2015-08-06T04:30:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T05:18:49.000Z (about 10 years ago)
- Last Synced: 2025-04-14T17:59:19.479Z (6 months ago)
- Language: OCaml
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 99problems
This problem set has floated around for many different languages:
- [OCaml](https://ocaml.org/learn/tutorials/99problems.html)
- [Lisp](http://www.ic.unicamp.br/~meidanis/courses/mc336/2006s2/funcional/L-99_Ninety-Nine_Lisp_Problems.html)
- [Haskell](https://wiki.haskell.org/99_Haskell_exercises)
- [Prolog](https://prof.ti.bfh.ch/hew1/informatik3/prolog/p-99/)
Most of the problems are fairly simple, but seem to provide a good set of tasks
for learning the basics of the language.I'll be storing my versions here while I learn.