Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 510 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 510 Bytes

99 Problems (but OCaml ain't one)

Intro

The idea behind this repository is to essentially deepen my understanding of OCaml, and by extension functional programming, by going through all of the famous 99 problems. Perhaps, this repo will expand to include the solutions in other languages: Haskell, Python, Javascript (?).

Approach

Each solution will be in its own individual file.

An * denotes the level of difficult of the problem, where:

  • (*) : Easy
  • (* *) : Medium
  • (* * *) : Hard