Content deleted Content added
ClueBot NG (talk | contribs) m Reverting possible vandalism by 108.64.85.135 to version by Wbm1058. False positive? Report it. Thanks, ClueBot NG. (861566) (Bot) |
|||
Line 70:
x ← 0
'''for''' i from 0 to 2n−1
'''for''' j from max(0,i+1−n) to min(i,n−1)
k ← i − j
x ← x + (a[j] × b[k])
|