Let's clean the code up a bit. Function tails gives us all the possible ending sub-sequences. For example ... (tails (range 3)) ; ((0 1 2) (1 2) (2) ()).
確定! 回上一頁