Skip to content

A Java implementation of the puzzle game "Reverse the List of Integers", by Alexandre Muñiz

Notifications You must be signed in to change notification settings

davidalayachew/ReverseTheListOfIntegers

Repository files navigation

ReverseTheListOfIntegers

Based on the Hacker News post -- https://news.ycombinator.com/item?id=40010066

Which was in turn based on the Mastodon post by Alexandre Muñiz -- https://mathstodon.xyz/@two_star/112242224494626411

This project is a playable version of the game "Reverse the List of Integers" by Alexandre Muñiz.

This project also contains algorithms that solve the game for a given input.

As of 20240415, there are 2 algorithms -- one that finds a solution quickly, and another that finds the solution with the shortest length possible

UPDATE 20240501 -- Attempting to handle larger puzzles without getting a StackOverflowError -- For example -- 4, 7, 5, 2, 3, 6, 9

About

A Java implementation of the puzzle game "Reverse the List of Integers", by Alexandre Muñiz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages