Type OCaml
Well-typed programs cannot go wrong. - Robin Milner
  • Home
binary search, pearls, selection, double binary search

hero

Pearl No.4 - Kth Smallest in the Union of 2 Sorted Collections

—  Published 19 October 2017  —

Here is the Pearl No.4: Let A and B be two disjoint ordered collections with distinct elements inside. Their combined size is g…

Read Me
mutable, shuffle, imperative programming, binary search, memoize

mutable

Mutable

—  Published 20 January 2015  —

While OCaml is a functional programming language and emphasises pure functional style, it allows mutable (variables and values) a…

Read Me
Page 1 of 1