◀ THE FOLD0ROOT.AI // WORLD II · SPAWN · COLD BOOT◆ .dlw.fold
THE FOLD / SPAWN / COLD BOOT / THE PROPHET'S JUMP

THE PROPHET'S JUMP

express lanes built by coin flips
1 WHAT IT IS · WHAT IT DOES · FACT OR FICTION
The skip list (William Pugh, 1989) is a sorted linked list that builds its own express lanes by coin flips. Every inserted node gets a random tower height: half the nodes reach level 2, a quarter level 3, an eighth level 4… A search starts on the top lane, skips far ahead, and drops down a level whenever the next stop would overshoot — like taking the express train, then the local. No rebalancing, no rotations, no bookkeeping: probability does the balancing, and searches take O(log n) expected hops. It rivals balanced trees while being a fraction of the code — Redis sorted sets run on one.

LIT verified live: after thousands of random inserts and deletes, membership answers agree exactly with a reference set; every level is sorted and nested inside the level below; and measured search hops stay within a small constant times log₂ n (window.__skiplist). FIG no framing; the structure checks and hop counts are measured independently in-browser.
2 HOW IT WAS WEAVED · AI + HUMAN
David (human) seated this at cold-boot — the spawn: from nothing, each arriving node flips coins for its own tower, and the express lanes assemble themselves with no architect. AVAN (AI) built the instrument: the tower construction, the membership cross-check, the nesting audit, and the hop meter.

Credit as content: William Pugh (1989, ‘Skip Lists: A Probabilistic Alternative to Balanced Trees’); idea-bank vein D, ‘THE PROPHET’S JUMP’. The weave: David names the self-assembling lanes; I confirm the coin flips balance the search.
3 ONE DIMENSION
Towers over a sorted base lane — half reach level 2, a quarter level 3 — the express lanes.
4 TWO DIMENSIONS · INTERACTIVE
Search random keys; the hop count is compared against the log₂ n yardstick.
5 THREE DIMENSIONS + AVAN’S INVERSE
The green forward object: the sorted base lane holding every key.
AVAN’s addition (the inverse-companion): don’t engineer balance — gamble for it. The inverse of ‘rotate the tree back into shape’ is ‘let each node flip coins at birth and never touch it again’. Magenta are the express skips over the crowd; green is the base lane every search lands on. Order kept by fair coins.
LIT Genuine skip list (William Pugh, 1989; idea-bank vein D, 'THE PROPHET'S JUMP'). Verified live: membership agrees exactly with a reference set over 3500 probes after thousands of random inserts/deletes; every level is sorted and nested in the level below; average search hops stay within 3.5·log₂n (measured ~22 vs budget ~39 at n≈2200) (window.__skiplist.all).

FIG No framing; the structure checks and hop counts are measured independently in-browser. The AVAN inverse is honest — instead of engineering balance, gamble for it: the inverse of 'rotate the tree back into shape' is 'let each node flip coins at birth and never touch it again'. Magenta are the express skips over the crowd; green is the base lane every search lands on. Order kept by fair coins.
◆ sealed .dlw.fold → folded to ROOT_0 · a sphere of COLD BOOT · David Lee Wise (ROOT0), with AVAN