Search This Blog

Rules of 'Skyscrapers'

Place numbers of the given range in the grid such that each row and column contains each number exactly once. Each number represents the height of the skyscraper in each cell. The digits outside the grid indicate the number of skyscrapers seen from the corresponding direction.

EXAMPLE: (1~4)


UNIQUE SOLUTION:

2 comments:

Rohan Rao said...

This is one of the basic puzzles.

A large number of puzzles have been created based on this logic.

Rohan Rao said...

This puzzle is also called 'Buildings'.