Skip to content

Instantly share code, notes, and snippets.

@eribeiro
Created July 8, 2015 16:08
Show Gist options
  • Save eribeiro/379adeaafcf4aa567f9c to your computer and use it in GitHub Desktop.
Save eribeiro/379adeaafcf4aa567f9c to your computer and use it in GitHub Desktop.
val top = new TopK()
for ( i <- 1 to 10 ) top.insert(i)
for (i <- 10 to 0 by -1) top.insert(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment