#323 - TomTom / Skyscrapers Hybrid
Place a number from 1 to N into each cell so that each row and column contains every number from that range with no repeats, where N is the side length of the grid. A number in a region represents the value obtained by applying an operation iteratively on the numbers in the region the clue is in. If no operation is given, it may be any of +, -, ×, or ÷. Subtraction and division in regions with more than two numbers are handled by taking the largest number and subtracting/dividing all the others. A number outside the grid represents how many cells in the corresponding row or column contain a larger number than all cells before it in that row or column from the direction of the clue.
Comments
Post a Comment