Skip to content

Instantly share code, notes, and snippets.

@dsalcedo
Created January 11, 2019 21:43
Show Gist options
  • Save dsalcedo/b2099fa2afd7ae9fda1e2c94828e0460 to your computer and use it in GitHub Desktop.
Save dsalcedo/b2099fa2afd7ae9fda1e2c94828e0460 to your computer and use it in GitHub Desktop.

input: 9, [... [...], [...]]

where arr format is (sample): [ [1,2,3,4,5,6,7,8,9], [9,8,7,6,5,4,3,2,1], [9,8,7,6,5,6,7,8,9], [9,6,8,7,5,8,7,9,8], ]

expected: [ [8], [0], [0,9], [0,8], ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment