作者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