Glossary

(Unofficial) skyscraping jargon

This page defines all of the technical quasi-jargon I use throughout Skyscraping.

It really isn’t my intention to gatekeep beginners! In fact, I’ve made this partially for myself too, because it ensures:

  • Consistency – one name for one concept.
  • Unambiguity – well-defined concepts.
  • Concise – no verbose “looking across this lane until we reach the skyscraper of tallest height”, just “looking across the half-lane”.

The first two hold me accountable!

I wouldn’t recommend reading through this entire page – instead, use it as a reference for when you come across non-obvious unfamiliar terms. The first usage of a keyword on every page will link to this page for convenient access.

backtrack

Since we spotted the contradiction early, luckily we can still backtrack.

To undo deductions.

candidates

11 and 22 are the only candidates for this cell.

The numbers in pencilmarks, indicating which skyscrapers could be placed in that cell.

cell

A single square in the puzzle grid.

A cell is either:

I’ll also often use “Cell” to refer to the skyscraper inside it (metonymy!).

closed

Solving closed Skyscrapers is fairly trivial, but solving open Skyscrapers is something else entirely.

A closed Skyscrapers puzzle has clues along every lane, such that it’s ‘closed off’.

22331
21
22
14
42
33
23124

With the maximum number of clues available, these Skyscrapers tend to require more work than thought, and aren’t particularly fun.

Also called “dense” for historical reasons.

clue

This lane has a clue of 55, so we know it must have a sequence.

A number outside the puzzle grid.

An nn-clue indicates that in the lane it is adjacent to, there are precisely nn skyscrapers visible. For instance, here the clue is 33:

3 | 1 4 2 3 6 5 | ext{3 | 1 4 2 3 6 5 |}

concrete deduction

A deduction which we don’t intend to backtrack on.

If solving Skyscrapers ‘properly’, this means we are making the deduction with certainty – we can be confident the deduction is correct because it is based on logic.

contradiction

Oh dear, we’ve found a contradiction. That means we must’ve gone wrong somewhere…

A situation where a constraint cannot be satisfied (is contradicted).

For instance, if half-lane has a clue of 44, but our working in its current state means 5 skyscrapers are guaranteed to be visible, then this is a contradiction. We’ve violated the 44-clue, and there’s no way to repair it.

Reaching a contradiction when performing concrete deductions means you’ve made an error in your solution. Reaching a contradiction when performing hypothetical deductions is very common, and is a strategy for ruling out potential solutions as impossible.

counterexample

We’ve found a counterexample, so we know this cell can’t contain a 33-skyscraper.

A potential configuration of candidates which leads to a contradiction, which disproves the possibility of that configuration.

This is usually relevant while performing hypothetical deductions.

couple

Main article: Technique: Couples

2 unsolved cells in the same lane lane which contain the same 2 candidates.

1
2
34
34
3451212

In the grid above, the [34][34] cells are couples, as are the [12][12] cells.

Also called “twins” and “pairs”.

deduction

Keep looking for deductions, even where you’ve already looked!

A logical inference based on the currently available information.

For instance, in a lane 5 | _ _ _ _ _ _\text{5 | \_ \_ \_ \_ \_ \_} we can deduce the solution msut be 5 | 1 2 3 4 5\text{5 | 1 2 3 4 5} using the rules of Skyscrapers.

Solving a Skyscrapers puzzle is just repeatedly performing deductions! Cases covers very specific logical deductions; Techniques covers general techniques that aid performing deductions when solving Skyscrapers.

dense

Another name for a closed Skyscrapers.

half-lane

One ‘side’ of a lane – the cells from the head cell up to and including the lane peak, as well as the clue (if any) on that side.

31223512342

The 2 half-lanes in the above lane are 3 | [12] [23] 5\text{3 | [12] [23] 5} (from the left) and 2 | 4 [123] 5\text{2 | 4 [123] 5} (from the right).

head cell

The head cell can’t be too tall or we won’t be able to satisfy the clue.

The first cell in a lane.

31235

In this lane, the head cell is the one containing the pencilmarks [123][123].

See also: tail cell

grid

Refers specifically to the cells of the puzzle, without the clues.

An NxN Skyscrapers puzzle has a grid with dimensions N×NN \times N.

hypothetical deduction

my mind needs more RAM to handle these long-chain hypothetical deductions TvT

A deduction which we most likely will have to backtrack on.

If solving Skyscrapers ‘properly’, this means we are ‘imagining’ the deductions in our mind. If they lead to a contradiction, then we can rule out this hypothetical solution as invalid.

lane

Now that we’ve found where the 66-skyscraper goes in this lane, solving the rest of the lane becomes much easier.

A general term for either a row or column of a puzzle, as well as the clues adjacent to it.

For instance, this is the lane 5 | 1 2 3 4 5 | 1\text{5 | 1 2 3 4 5 | 1}:

5123451

See also: half-lane

lane peak

An NN-skyscraper in a NxN Skyscrapers puzzle.

look

If we look across this half-lane, we need to be able to see four skyscrapers.

“Look” is used abstractly to describe considering the cells in a lane.

Pretty difficult to describe technically, but I’m sure you already understand it! For an intuitive explanation, please see the Skyscraping primer.

obscured

In contrast to a visible skyscraper.

open

I can solve closed 7x7 Skyscrapers with time, but it takes ingenuity to finish an open 7x7 Skyscrapers.

In contrast to a closed Skyscrapers, an open Skyscrapers does not have clues along every lane, but only a select few. This leaves parts of the edges of the grid ‘open’.

12
2
4
3
31

With fewer but impactful clues, these Skyscrapers are much more ‘directed’ and challenging.

Also called “sparse” for historical reasons.

peak

We’ve found 3 peaks already, but the clue is 44, so there must be 1 more peak before these 3 peaks.

A skyscraper that is guaranteed to be visible.

Akin to a “maximum” in mathematics.

pencilmarks

This cell could contain a 11 or 22, so we’ll write those candidates in as pencilmarks.

Small numbers placed in a cell to indicate what candidates could go in there:

24512346

puzzle

Refers to the entire Skyscrapers puzzle, including the grid and clues.

sequence

Since the clue is 44 and we only have 3 unsolved cells, this half-lane must have a sequence.

An ascending sequence of skyscrapers, when looking across a lane from the head cell towards the lane peak.

This usually refers to a series of unsolved cells with the constraint that they must be ascending. For instance, | [12] [23] [34]\text{| [12] [23] [34]} is a sequence that could be solved to | 1 2 3\text{| 1 2 3}, or | 2 3 4\text{| 2 3 4}, or any mix such as | 1 3 4\text{| 1 3 4}.

| [12] [123] [123]\text{| [12] [123] [123]}, in contrast, would not be a sequence, since it’s not necessarily ascending – it could end up being solved to | 2 1 3\text{| 2 1 3}.

skyscraper

The 55-skyscraper must go in this cell.

A number inside a cell of a Skyscrapers puzzle. As opposed to the a number outside the grid, which is a clue.

For instance, a 4x4 Skyscrapers contains 4×4=164 \times 4 = 16 skyscrapers.

nn-skyscraper refers to the skyscraper of height nn (i.e. the number nn). In an NxN Skyscrapers, the NN-skyscraper refers to the tallest skyscraper of height NN.

Skyscrapers

We love solving Skyscrapers!

A Skyscrapers puzzle. It’s capitalised since it refers to the name of the puzzle, not a skyscraper (number) in the puzzle.

To avoid ambiguity I may sometimes use the fully qualified form “Skyscrapers puzzle”.

solved cell

We’ve got loads of pencilmarks, but not many solved cells =(

A cell which has been definitively assigned a skyscraper.

In contrast to an unsolved cell.

sparse

Another name for an open Skyscrapers.

tail cell

Since the tail cell is a 66 and the clue is 22, the head cell must be a 55.

The last cell in a lane.

354

In this lane, the tail cell is the one containing the 44-skyscraper.

See also: head cell

unsolved cell

A cell which has not been definitively assigned a skyscraper, and may have multiple candidates indicated with pencilmarks.

In contrast to a solved cell.

visible

In contrast to an obscured skyscraper.