Visible-Count Bound
At each position, leave enough taller heights behind to reach the clue's visible count — eliminate every height too tall to allow that.
How it works
- 1The 3 on the left says three buildings are visible along this row.
- 2In the first cell, a height 3 would leave only the 4 taller behind it: even if both were visible, the row could show at most two buildings. So the first cell can be at most 2.
- 3One position farther in, height 3 is still possible but 4 would end the skyline too soon. Strike 3 and 4 from the first cell, and 4 from the second.
- Height ruled out
- Relationship — The arrow shows which cells support the deduction.