I'm having trouble understanding the instructions of implementing Fannkuch. Instructions: http://www.haskell.org/haskellwiki/Shootout/Fannkuch
After step "Count the number of flips, here 5.", I am lost.
I'm having trouble understanding the instructions of implementing Fannkuch. Instructions: http://www.haskell.org/haskellwiki/Shootout/Fannkuch
After step "Count the number of flips, here 5.", I am lost.
See the Benchmarks Game - Fannkuch
Requiring the first 30 permutations to be printed was just a simple way to limit the acceptable changes that could be made to the algorithm.