Skip to content

Instantly share code, notes, and snippets.

@Yuichiroh
Created April 2, 2015 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yuichiroh/b6ad6adc7f2dd1388531 to your computer and use it in GitHub Desktop.
Save Yuichiroh/b6ad6adc7f2dd1388531 to your computer and use it in GitHub Desktop.
1.until(5).foreach(((i) => {
val best = bests(i.$minus(1)).max;
0.until(5).foreach(((j) => bests(i).update(j, best.$plus(scores(i)(j)))))
}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment