recursion
Web icon

Recursion Sample

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 15 January 2021
 by 
0.0
 (0 ratings)
recursion

Recursion Sample

Details
A recursion sample demonstrate an implementation of use case where we have to find best possible combination of values based on the input set that can sum up to the input value. This app can also help in what values are passed by value and passed by reference.
Read more

A recursion sample demonstrate an implementation of use case where we have to find best possible combination of values based on the input set that can sum up to the input value. This app can also help in what values are passed by value and passed by reference.

For Example if the available values are {1,3,9} then in order to reach a value of 5 I can use 5X1 or 1X3 + 2X1 etc and In order to determine best combination finally sort it by closest value with minimum number of values used.

Release notes (1.0.0)
Reviews (0)
Team
Other assets in this category