Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 234 Bytes

stucklist.md

File metadata and controls

7 lines (5 loc) · 234 Bytes

Stuck List of 99 Problems (OCaml)

  • Eliminate consecutive duplicates of list elements.
  • Pack consecutive duplicates of list elements into sublists.
  • Run-length encoding of a list.
  • Modified run-length encoding.