@Lucifier : your reduced form is not generating right output...
remove modulo and calculate for   SuperSum(2,3)

On Tue, Jan 10, 2012 at 6:12 PM, priyanka <priyankajag...@gmail.com> wrote:

> @lucifier :
>  Please tell how you reduce SuperSum ( k, n) into
> SuperSum(k,n) = SuperSum (k-1, n) * (n+k) / (k+1)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/algogeeks/-/jWq_vujbiCkJ.
>
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to