Javascript – Smallest way to represent a sudoku in JS
I want to store 10,000 sudoku puzzles, along with their solutions, so that's 20,000 x 81 digits. This is just for storage, I will parse it into something else to actually work with the data, so it can be obfuscated…