Puzzle rules
Unequal / Futoshiki
Fill the N×N grid with the numbers 1 through N so each number appears exactly once in every row and column. Every greater-than and less-than sign between neighboring cells must be true.
How to solve
Complete rules
Goal: Complete the grid with the numbers 1 through N. Rules: - Each row and column must contain every number from 1 to N exactly once. - Every inequality sign between adjacent cells must be true as written. - Given numbers are fixed.