Group Abstract Group Abstract

Message Boards Message Boards

24
|
57.6K Views
|
3 Replies
|
30 Total Likes
View groups...
Share
Share this post:

Solving computationally the "True Genius: Grecian Computer" puzzle

POSTED BY: Christopher Fox
3 Replies
Posted 1 year ago

I ended up solving this using Python using basically the same approach you used. https://github.com/brockbrownwork/greek_computer/blob/main/greek_computer.ipynb

I didn't realize that you could take the puzzle apart; I just transcribed each layer using speech to text and looking through the little holes lol. I am definitely curious though how you can solve this without brute force, or at least with fewer combinations, would like to try again later. Maybe a breadth first search approach would work better, i.e.: avoiding all paths where the sum is more than 42?

POSTED BY: Brock Brown
POSTED BY: EDITORIAL BOARD

Very cool Christopher. Interesting approach and nice use of WL functions such as AssociationThread and patterns. On the website it has a difficulty of 5, I wonder the average time it takes to solve manually.

POSTED BY: Ahmed Elbanna
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard