Best shuffle: Difference between revisions

m
Line 1,142:
 
===Version 2===
 
{{incorrect|Common Lisp|Abracadabra should have a score of 0.}}
<lang lisp>(defun all-best-shuffles (str)
(let (tbl out (shortest (length str)) (s str))
Anonymous user