HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ematth

no profile record

Submissions

Understanding MCP Servers

1 points·by ematth·9 เดือนที่ผ่านมา·0 comments

comments

ematth
·9 เดือนที่ผ่านมา·discuss
Hey Brian, I really enjoyed reading your work on the Pips game! I found myself applying a similar backtracking algorithm to my Pythonic solution (https://github.com/ematth/pips). I focused on finding a single solution for each puzzle as opposed to all possible solutions. For hard puzzles with longer run times, I found that running multiple processes, each with the domino list shuffled, gets the solve time down to <15 seconds.