|
|
вернуться в форумMy recursive solution passed i want to convert it to iterative. Need help Послано Nikhil 31 окт 2014 21:46 Hi Can anybody help me to convert my recursive solution to iterative. Can i Post code here? Re: My recursive solution passed i want to convert it to iterative. Need help Послано Timo 2 окт 2015 22:26 If your solutions are in MAX_SUMxMAX_DIGITS matrix, then just fill the solutions row-by-row. This way it is guaranteed that at each step you have all solutions you have to sum up already computed. |
|
|