Skip to content

Instantly share code, notes, and snippets.

@xrrocha
Last active December 16, 2020 18:15
Show Gist options
  • Save xrrocha/7df92303eb1b69e0270f6bce873b5c28 to your computer and use it in GitHub Desktop.
Save xrrocha/7df92303eb1b69e0270f6bce873b5c28 to your computer and use it in GitHub Desktop.
code block for README-19
// Java
do {
// ... shuffling stuff...
// Ensure shuffling took place!
} while(IntStream.range(start, end)
.allMatch(i ->
result[i] == text.charAt(i)
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment