Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
aa:playground [2021/06/05 14:49] pdmatei |
aa:playground [2021/06/05 14:50] (current) pdmatei |
||
---|---|---|---|
Line 6: | Line 6: | ||
if n == 0: | if n == 0: | ||
return 1 | return 1 | ||
- | return x*f(v[0,n/2], x-1) | + | return x*f(v[0:n/2], x-1) |
</code> | </code> |