Skip to main content

Timeline for answer to Find all combinations of a list of numbers with a given sum by Martin Valgur

Current License: CC BY-SA 4.0

Post Revisions

8 events
when toggle format what by license comment
Jul 17, 2024 at 9:52 comment added trincot @Vepir, that is what the question requires.
Jul 28, 2022 at 12:10 history edited funnydman CC BY-SA 4.0
formatting, easy to copy past
Aug 26, 2020 at 14:26 comment added Vepir This will create duplicates if elements in the list are not all distinct.
Jun 12, 2020 at 15:50 comment added StackGuru @Martin Valgur : can it handle for list elements of 10000 ?
Feb 4, 2019 at 6:15 comment added user10508414 could you explain the line "yield from subset_sum(remaining, target, partial + [n], partial_sum + n)"
May 23, 2017 at 12:18 history edited URL Rewriter Bot
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Dec 29, 2015 at 21:35 history edited Martin Valgur CC BY-SA 3.0
Link to referenced solution.
Dec 29, 2015 at 21:20 history answered Martin Valgur CC BY-SA 3.0