Skip to content

my-first-projects/affenpuzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Affenpuzzle (February 2018)

Affenpuzzle Solving Algorithm
by Elias Theis (@eliastheis)

How it works

The problem is described here. The puzzle-solving-algorithm uses indirect recursion with two fields to try every useful combination for cards. If you remove all Thread.sleep() calls, the puzzle will be solved in less than a second.

Start your own adventure

Execute the main-method from /src/main/Affenpuzzle.java

Screenshot

screenshot