Subscribe with livedoor Reader
Add to My Yahoo!
Twitter Account
This site aims at the support of reuse / the change cycle of the ASCII art (AA). Copy and paste are free. Let's enjoy Ascii Art culture without forgetting respect to other AA craftsmen.

NEW! 2014/06/14 : LINE sticker size was added to the Icon AA.

TwitAA 2012-02-08 01:40:13

Create IconAA

insertionSort [20, 7, 10, 11, 3, 87, 61, 15]
=> foldr insert [] [20, 7, 10, 11, 3, 87, 61, 15]
=> [20, 7, 10, 11, 3, 87, 61] ++ insert 15 []
=> [20, 7, 10, 11, 3, 87] ++ insert 61 [15]
=> [20, 7, 10, 11, 3] ++ insert 87 [15, 61]
=> [20, 7, 10, 11] ++ insert 3 [15, 61, 87]
=> [20, 7, 10] ++ insert 11 [3, 15, 61, 87]
=> [20, 7] ++ insert 10 [3, 11, 15, 61, 87]
=> [20] ++ insert 7 [3, 10, 11, 15, 61, 87]
=> insert 20 [3, 7, 10, 11, 15, 61, 87]
=> [3, 7, 10, 11, 15, 20, 61, 87]

0
Your rating: None
tweetなんか説明変だけど 試験前ということで見逃してもらう

Random AA list

Sponsored Links


view counter