Number reversal game: Difference between revisions

Content added Content deleted
(→‎{{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: Line 1,919:


=={{header|Racket}}==
=={{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>
#lang racket
#lang racket