How to solve Patches
संकेतों के अनुसार ग्रिड को आयतों में बाँटें।
Patches — वह पहेली जिसे LinkedIn के दैनिक खेलों ने मशहूर किया — की एक और बाज़ी खेलना चाहते हैं? यहाँ असीमित खेलें: मुफ़्त बोर्ड तुरंत बनते हैं, तीन कठिनाई स्तर, और हर बार एक ही हल की गारंटी।
कैसे खेलें Patches
- पूरी ग्रिड को आयतों में बाँटें।
- हर आयत में ठीक एक संकेत होता है: संख्या उसका क्षेत्रफल है, और फ्रेम का आकार बताता है कि वह वर्गाकार, चौड़ा या लंबा है।
- आयत बनाने के लिए किसी खाने से खींचें; हटाने के लिए आयत को छुएँ।
- संकेत से मेल न खाने वाला आयत बना रहता है, पर उसे लाल घेरा मिलता है।
How to solve Patches: techniques that work
Every clue is an area, and areas factor. A 7 can only ever be a 1×7 or 7×1 strip; a 4 might be 1×4, 4×1 or 2×2. Start with primes and large numbers — their shapes are the most constrained, and on small boards a 5 or 7 often has a single legal placement once you check what stays in bounds and avoids other clues.
Remember that each rectangle must contain exactly one clue. That cuts both ways: a candidate rectangle that would swallow two numbers is illegal, and a cell that can only be reached by one clue's possible rectangles must belong to that clue. Scanning for these "orphan cells" is the strongest move in the game.
Work the frontier. Once a rectangle is placed, the cells alongside it lose options, and neighbouring clues often collapse to a single shape. Solved regions propagate — Patches boards tend to fall in an accelerating cascade.
Common mistakes
Assuming a number sits inside its rectangle centrally or in a corner: the clue can be anywhere inside its rectangle. What matters is only that the rectangle contains it, stays in the grid, and overlaps nothing.
Forgetting the exhaustive rule: the rectangles must tile the whole board with no gaps. If two leftover cells can't be covered by any remaining clue, an earlier rectangle has the wrong shape.
From easy to hard
Bigger boards mean more composite numbers with several viable shapes, so you'll hold two or three candidate placements in mind at once. The factor-first habit (primes, then large composites) keeps hard boards manageable. Patches is our take on the Japanese classic Shikaku.
FAQ
- क्या LinkMyPzzl पर Patches मुफ़्त और असीमित है?
- हाँ। हर Patches बोर्ड आपके ब्राउज़र में तुरंत बनता है — जितना चाहें खेलें, मुफ़्त, बिना खाते के।
- दैनिक Patches पहेली से यह कैसे अलग है?
- LinkedIn द्वारा मशहूर हुई दैनिक पहेली दिन में एक ही ग्रिड देती है। LinkMyPzzl असीमित बोर्ड बनाता है और कठिनाई आप चुनते हैं।
- क्या हर Patches बोर्ड का एक ही हल होता है?
- हाँ। एक सॉल्वर हर बोर्ड को जाँचता है: हमेशा ठीक एक ही हल होता है।
- Can a rectangle contain two numbers?
- Never. Each rectangle contains exactly one clue, and that clue equals the rectangle's area. A placement that would enclose two numbers is illegal even if the area matches.
- Does the whole grid have to be covered?
- Yes — the rectangles must tile the board perfectly, with no gaps and no overlaps. Leftover cells always mean an earlier rectangle has the wrong shape or position.