LinkedIn Wend #60 is a 6×6 Wend board hiding 4 words ("EXACT", "DELUXE", "UNKNOWN", and "CROSSROADS"). Path analysis starts with grid geometry: 28 playable letters must partition into non-overlapping snakes.
"CROSSROADS" (10 letters) is the anchor. Starts at row 2, column 1 (edge), then runs one cell north, then one cell east, then 2 cells south, then one cell east, then 2 cells south, then one cell east, then one cell north. The path crosses the grid center, consuming territory that would block multiple shorter words. The snake spans three or more quadrants of the board — a high-impact route to place early. A zigzag path with multiple turns — harder to guess without tracing letter by letter. Starts on an edge — edge starts reduce the number of possible directions.
"UNKNOWN" removes 7 cells; 11 letters remain for 2 words. Path shape: snake.
"DELUXE" removes 6 cells; 5 letters remain for 1 word. Path shape: snake.
The final word "EXACT" consumes the last 5 cells. After this path, the partition is complete — no orphan letters.
Full partition: "EXACT", "DELUXE", "UNKNOWN", and "CROSSROADS" on a 6×6 board. All 28 playable letters belong to exactly 4 words (EXACT, DELUXE, UNKNOWN, CROSSROADS). No letter is shared between paths, and every cell with a letter is used. This is a rare-letter anchor layout — A rare letter (Q, X, Z, J, or K) anchors at least one word. Uncommon letters usually belong to a single path — scan for them before guessing long routes through the center.