Skip to content

Instantly share code, notes, and snippets.

@deapsquatter
Created May 10, 2015 18:30
Show Gist options
  • Save deapsquatter/8f0e00c997ad9355ff3e to your computer and use it in GitHub Desktop.
Save deapsquatter/8f0e00c997ad9355ff3e to your computer and use it in GitHub Desktop.
Output of Problem 5
Real: 00:00:00.026, CPU: 00:00:00.026, GC gen0: 1, gen1: 0
val findSeq : int list list =
[[1; 2; 3; -4; 5; 6; 78; 9]; [1; 2; 34; -5; 67; -8; 9];
[1; 23; -4; 5; 6; 78; -9]; [1; 23; -4; 56; 7; 8; 9];
[12; 3; 4; 5; -6; -7; 89]; [12; 3; -4; 5; 67; 8; 9];
[12; -3; -4; 5; -6; 7; 89]; [123; 4; -5; 67; -89];
[123; -4; -5; -6; -7; 8; -9]; [123; 45; -67; 8; -9]; [123; -45; -67; 89]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment