Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. 1. Place a number from 1-N into each cell, where N is the length of the grid.
  2. Each number appears exactly once in each row and column. Numbers inside the
  3. grid represent the height of a building.
  4.  
  5. 2. Each number outside the grid represents the number of buildings an observer
  6. sees from that location. Buildings are opaque and can block buildings behind them.
  7.  
  8. 3. If an observer number is not in a square, it is a standard skyscraper clue,
  9. i.e. a building hides any building of smaller height behind it from that observer.
  10.  
  11. 4. If an observer number is in a square, it represents the number of visible
  12. buildings seen assuming the observer is standing 1 cell away from the grid.
  13. (See the example.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement