私は、リスト内の偶数を検出し、数値のみを使用して新しいリストを返します。この機能を持っている: def even([]), do: []
def even([head | tail]) when rem(head, 2) == 0 do
[head | even(tail)]
end
def even([_head| tail]) do
eve
私はちょうどCコードは、次の2 peicesが議論されていた議論を行った #include <stdio.h>
#define n (196607)
int main() {
long loop;
int count=0;
for (loop=0;loop<n;loop++) {
count++;
}
printf("Result
私は、私はだから私は、プレーンC. でそれを行うことができますどのように見ることを決めた、私は2つの階乗のプログラムを書いたので、末尾呼び出しの最適化の質問からWhat Is Tail Call Optimization? をやる気しまいました、1番目にテールコール最適化を適用できます。 私はこのファクトをファクト(n、1)と呼んでいます。 unsigned long long int fact(