Problem Solving

Making any integer with four 2s

A mathematical puzzle challenges people to create target numbers using exactly four instances of the digit 2 and various mathematical operations. The complexity ranges from elementary calculations to advanced mathematical concepts, until Paul Dirac discovered a general solution using nested square roots. The puzzle serves as an engaging educational tool across different mathematical skill levels.

My Washing Machine Refreshed My Thinking on Software Effort Estimation — Cosive

A personal experience installing a washing machine reveals parallels with software development estimation challenges, where unexpected obstacles turned a '10-minute job' into a 4-hour endeavor. The narrative illustrates how 'unknown unknowns' and seemingly trivial differences can significantly impact project timelines, particularly relevant in ever-evolving technology environments.

The Largest Sofa You Can Move Around a Corner | Quanta Magazine

A mathematician has proven that Gerver's sofa shape, with an area of approximately 2.2195, is the largest possible shape that can move around a 90-degree corner in a hallway, solving a 60-year-old mathematical problem without computer assistance. Jineon Baek's elegant proof introduces new mathematical techniques that could help solve other optimization problems.

the sudoku affair

A comparative analysis of two different approaches to building a Sudoku solver highlights how Peter Norvig's constraint propagation solution proved more effective than Ron Jeffries' incremental design approach. The core difference lay in their data representations - Norvig used a map of possible moves while Jeffries used a list mimicking the visual board, demonstrating how fundamental design choices impact solution elegance and extensibility.