Subscribe with livedoor Reader
Add to My Yahoo!
Twitter
TwitterへのAA投稿AA入力支援サービスAAリスト作成、AA登録・タグ゙付け機能を公開しています。 コピペ・リンクフリー。

NEW! 2014/06/14 : AAを画像化するアイコンAAに、LINEスタンプサイズを追加しました。

TwitAA 2012-02-08 01:40:13

TwitAAでつぶやく
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
あなたの評価: なし
tweetなんか説明変だけど 試験前ということで見逃してもらう
リンク : 関連AAリスト

ランダム AAリスト

スポンサード リンク


view counter