Partition an integer x into n primes: Difference between revisions

m
Line 491:
 
<lang Lingo>----------------------------------------
-- returns a sorted list of the <cnt> smallest unique primes that add up to <n>,
--
-- or FALSE if there is no such partition of primes for <n>
----------------------------------------
on getPrimePartition (n, cnt, primes, ptr, res)
Anonymous user