Skip to content

Instantly share code, notes, and snippets.

@aashutoshrathi
Last active December 9, 2018 08:10
Show Gist options
  • Save aashutoshrathi/51ef1b3a8f9e77057ac262ee567b2be2 to your computer and use it in GitHub Desktop.
Save aashutoshrathi/51ef1b3a8f9e77057ac262ee567b2be2 to your computer and use it in GitHub Desktop.

Problem -1 (Super Easy)

In how many ways you can arrange numbers 1 through 9 in a 3x3 grid in such a way that the following conditions hold:

  • Every number is greater than the number directly above it and
  • Every number is greater than the number immediately left to it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment