Skip to content

Instantly share code, notes, and snippets.

@ebenali
Last active March 31, 2021 17:15
Show Gist options
  • Select an option

  • Save ebenali/656ddb8164166240a829a9eb8d244726 to your computer and use it in GitHub Desktop.

Select an option

Save ebenali/656ddb8164166240a829a9eb8d244726 to your computer and use it in GitHub Desktop.
10 choose 3 (julia)
vcat(map(ij -> [[ij[1],ij[2],k] for k in (ij[2]+1):9], vcat(map(i -> [[i,j] for j in (i+1):9], 1:9)...))...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment