Talk:Number reversal game: Difference between revisions

m
added a talk section header so the TOC is shown in the correct place.
m (added a talk section header so the TOC is shown in the correct place.)
 
Line 1:
__TOC__
 
== lancake sorting ? ==
 
This seems to be a variation of what WP calls [[wp:Pancake sorting|Pancake sorting]]. Should the task perhaps be revised somehow? Or perhaps a new "pancake sorting" task be added, and then note this as being ''applied'' pancake sorting? -- [[User:Eriksiers|Eriksiers]] 20:02, 4 April 2010 (UTC)
 
Line 6 ⟶ 10:
:::: What you did looks good to me. I'm too tired right now to give it any more thought tonight. -- [[User:Eriksiers|Eriksiers]] 06:37, 5 April 2010 (UTC)
 
== What Happens if the initial shuffle returns the list in sorted order? ==
 
The Python entry is set up to handle this (rare, but still possible), case. Will other entries silently assume the player has won without doing anything? --[[User:Paddy3118|Paddy3118]] 17:21, 17 April 2010 (UTC)
: I don't know about the others, but the BASIC version doesn't check the order until after user input. All the user would have to do is press enter and they'd win with 0 moves, yes. The description and the implementations should be updated IMO; I'll take care of BASIC. -- [[User:Eriksiers|Erik Siers]] 18:56, 17 April 2010 (UTC)