Skip to content

Instantly share code, notes, and snippets.

@Yuichiroh
Created April 2, 2015 07:12
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/c7b0525bc65c88fbedfb to your computer and use it in GitHub Desktop.
Save Yuichiroh/c7b0525bc65c88fbedfb to your computer and use it in GitHub Desktop.
1.until(5).foreach(((i) => Seq(bests(i.$minus(1)).max).foreach(((best) => 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