Number reversal game: Difference between revisions

→‎{{header|Racket}}: Removed incorrect note. The code works fine if the shuffle returns a sorted list.
(→‎{{header|Racket}}: Marked incorrect as the example is likely to fail if numbers are initially randomly shuffled to the ordered state.)
(→‎{{header|Racket}}: Removed incorrect note. The code works fine if the shuffle returns a sorted list.)
Line 1,919:
 
=={{header|Racket}}==
{{incorrect|Racket|Example is likely to fail if numbers are initially randomly shuffled to the ordered state. (See talk).}}
<lang Racket>
#lang racket
Anonymous user