Skip to content

Instantly share code, notes, and snippets.

@arknave
Last active November 13, 2015 19:53
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 arknave/e5ac5c26d1bcace307ca to your computer and use it in GitHub Desktop.
Save arknave/e5ac5c26d1bcace307ca to your computer and use it in GitHub Desktop.
N = length(perm);
do {
print(perm);
} while (next_permutation(perm, perm + N));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment