Number In Order is a puzzle original to this blog to the best of my knowledge.
- Put a positive integer into each white cell.
- Define a “run of cells” be some white cells that are in the same row or column, and are all connected (not separated by black cells).
- The maximum integer can be put on the puzzle is the size of the largest run of cells.
- Each run of cell must contain at most one instance of every integer. Moreover, all the integers in a run of cells must be consecutive.
