10 Aug
2003
10 Aug
'03
10:24 p.m.
CVSROOT: /cvs/purrs Module name: purrs Changes by: roberto@cs.unipr.it 2003-08-10 22:24:25 Modified files: tests : heap Log message: Added a recurrence by Knuth appeared in the June-July issue of American Mathematical Monthly, 1989. The solution should be something like x_n = (n+1)*((x(1)-2*x(0))*sum(k,0,n,-1^(n-1)/(n+1)!)+x(1)-x(0)). Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/tests/heap.diff?cvsroot=purr...