Skip to main content
  1. References/
  2. Algo Reference/

99 OCaml Problems

Some problems from the official 99 exercises-set. It’s modelled after the older 99 Lisp problems and 99 Prolog problems. Doing this to improve my working OCaml.

Figure 1: These lads would have done their problem-set

99 OCaml: Intermediate Exercises

Intermediate problems taken from here. Instead of just being a store for solutions, this aims to actually go deeper and float all the learning takeaways that I had when completing the problem set. The code-snippets here can be tangled in emacs I will expose this code as an org-file publicly once I’ve completed the 99 problems. It will be hosted on Codeberg, hopefully it helps others. and can be executed directly.

·· 4092 words· 20 mins

99 OCaml: Beginner Exercises

Problems for beginners taken from here. Instead of just being a store for solutions, this aims to actually go deeper and float all the learning takeaways that I had when completing the problem set. The code-snippets here can be tangled in emacs I will expose this code as an org-file publicly once I’ve completed the 99 problems. It will be hosted on Codeberg, hopefully it helps others. and can be executed directly.

·· 5115 words· 21–35 min read