Skip to content

Instantly share code, notes, and snippets.

@qharlie
Created January 25, 2017 19:18
Show Gist options
  • Save qharlie/965e2876e9283bc557fa7793460ee66a to your computer and use it in GitHub Desktop.
Save qharlie/965e2876e9283bc557fa7793460ee66a to your computer and use it in GitHub Desktop.
BEFORE
1 237 4 | 2357 9 257 | 27 6 8
9 5 6 | 27 1 8 | 27 3 4
23 237 8 | 4 37 6 | 9 5 1
---------------+---------------+---------------
5 1 2379| 237 347 279 | 34 8 6
8 37 379 | 6 347 579 | 345 1 2
6 4 23 | 1235 8 125 | 35 9 7
---------------+---------------+---------------
7 8 1 | 9 2 3 | 6 4 5
4 9 5 | 17 6 17 | 8 2 3
23 6 23 | 8 5 4 | 1 7 9
AFTER_NAKED_TWINS
1 237 4 | 2357 9 257 | 27 6 8
9 5 6 | 27 1 8 | 27 3 4
23 237 8 | 4 37 6 | 9 5 1
---------------+---------------+---------------
5 1 79 | 237 347 279 | 34 8 6
8 3 79 | 6 347 579 | 345 1 2
6 4 23 | 1235 8 125 | 35 9 7
---------------+---------------+---------------
7 8 1 | 9 2 3 | 6 4 5
4 9 5 | 17 6 17 | 8 2 3
23 6 23 | 8 5 4 | 1 7 9
EXPECTED_OUTPUT
1 237 4 | 2357 9 257 | 27 6 8
9 5 6 | 27 1 8 | 27 3 4
23 237 8 | 4 37 6 | 9 5 1
---------------+---------------+---------------
5 1 79 | 237 347 279 | 34 8 6
8 37 79 | 6 347 579 | 345 1 2
6 4 23 | 1235 8 125 | 35 9 7
---------------+---------------+---------------
7 8 1 | 9 2 3 | 6 4 5
4 9 5 | 17 6 17 | 8 2 3
23 6 23 | 8 5 4 | 1 7 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment