How to Play LinkedIn Patches

The Goal

Fill every cell of an N×N grid with non-overlapping pieces. Each piece contains exactly one clue cell — a numbered square showing how many cells that piece contains.

45
Solved: two non-overlapping pieces fill the grid. The blue piece has 4 cells, the green piece has 5 cells.

What You're Given

An empty grid with numbered clue cells. Each number equals the total size of the piece containing that cell.

45
Example: a 3×3 grid. The amber cells are clues — the number shows how many cells that piece contains.

The Rules

  1. Every cell must belong to exactly one piece.
  2. Pieces cannot overlap.
  3. Each piece must contain its clue cell.
  4. There is exactly one valid solution.

Strategy Tips

Ready to play? Try Patches Unlimited for unlimited puzzles.