Created
July 8, 2015 16:08
-
-
Save eribeiro/379adeaafcf4aa567f9c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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