An open API service indexing awesome lists of open source software.

https://github.com/jcrist/99problems

For the learnz
https://github.com/jcrist/99problems

Last synced: 6 months ago
JSON representation

For the learnz

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.