Eternity2

Recursive Eternity 2 Solver
486 Downloads
Updated 27 Nov 2013

View License

Eternity 2 was a puzzle competition put out in 2007 that is still awaiting a solution (http://en.wikipedia.org/wiki/Eternity_II_puzzle).

This script uses a recursive function to solve the Eternity 2 puzzle via brute force (i.e. by trying all possible combinations). While such a method will not solve the full 16 by 16 board in a reasonable amount of time, it will solve smaller boards (10 by 10) in under a minute on modest machines.

This script is provided to serve either as an example of recursive programming or as a starting point for people wishing to solve the Eternity 2 puzzle.

Cite As

Jeremy Wurbs (2024). Eternity2 (https://www.mathworks.com/matlabcentral/fileexchange/44504-eternity2), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Puzzles in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0