Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

→‎Partitioning: added a comment (and link) to a task just entered addressing this request for a new task.
(→‎Partitioning: added a comment (and link) to a task just entered addressing this request for a new task.)
Line 741:
== Partitioning ==
Task for "partition an integer into X primes". For example, partition 19 into 3 primes could return 3+5+11.
 
<br>
-----
<br>
 
This request was just created today.
 
 
See the Rosetta Code task:
 
:* &nbsp; [http://rosettacode.org/wiki/Partition_an_integer_X_into_N_primes '''Partition an integer X into N primes'''].
 
 
-- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 03:48, 3 March 2017 (UTC)
 
==Insufficient information==