Robuta

https://www.tableau.com/zh-cn/research/publications/data-sketches-disaggregated-subset-sum-and-frequent-item-estimation
subset sumdatasketchesfrequentitem
https://www.educative.io/courses/mastering-algorithms-for-problem-solving-in-cpp/subset-sum-dynamic-programming
Learn the dynamic programming solution for the subset sum problem, improving time efficiency over naive recursion using C++ implementations.
subset sum problemdynamic programmingapproach