Talk:Solve a Rubik's cube: Difference between revisions

From Rosetta Code
(Created page with "==De-golf== In the Phix Thistlethwaite entry, I have deciphered the original "string data" into d1, d2 and d3, however the precise meaning of the latter two remains a bit of...")
 
m (Thundergnat moved page Talk:Solve a Rubik's Cube to Talk:Solve a Rubik's cube: capitalization policy)
 
(No difference)

Latest revision as of 01:43, 24 July 2022

De-golf

In the Phix Thistlethwaite entry, I have deciphered the original "string data" into d1, d2 and d3, however the precise meaning of the latter two remains a bit of a mystery. Any further suggestions/insights would be appreciated, as would any other notes on the code in general. (No idea what that 3587708 is either.) You can also find a working C++ version at https://ideone.com/BbjJdy however my entry has a bit more de-golfing/comments. Pete Lomax (talk) 20:06, 13 September 2017 (UTC)