Re: a challenge related to the 15 puzzle - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: Re: a challenge related to the 15 puzzle (/thread-177225.html) |
Re: a challenge related to the 15 puzzle - Don Shepherd - 01-18-2011 Here is a BASIC version for the HP-71b, one of my favorite calculators. It is much faster than the 32sii version, probably because it doesn't have to decode multiple numbers stored in a register.
HP 71b program to determine 15 puzzle solvability Re: a challenge related to the 15 puzzle - Allen - 01-18-2011 Nice-- and easy on the eyes.. I started a 50g program that uses PUT,PUTI,GET, LOC and REPL. It's compact, but incomplete as yet.
|