作者slyfox (klanloss)
看板PLT
標題Generating all permutations of a list in Haskell
時間Mon Jun 21 22:02:28 2010
I was tracing the code from:
http://shivindap.wordpress.com/2009/01/12/permutations-of-a-list-in-haskell/
but got confused by:
permutation [1]
= [ 1 : permutation [] ]
= [ 1 : [[]] ]
where did i go wrong? Thanks.
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 118.165.226.27