What is the efficient algorithm to partition a big number like 1000 into
500 parts such that each part is>=0,i need to know all the partition ;ex
partition of 5 into 3,4 1 0,3 1 1,2 2 1,i know brute force methods..please
provide some algorithm which is feasible to calculate all the partition
upto 1000..

-- 
Pankaj Singh
B.Tech in Computer Science and Engineering - lllrd year
IIT Roorkee, India

-- 
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