Created on 15 January 2021
icon_unfollowing
Login to follow
recursion

Recursion Sample

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 15 January 2021 by 
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)
Category
Demos & samples, Other demos & samples
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
See all 1 dependencies
Application Objects
Recursion Sample has 9 AOs.
Team
Compatible with
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.606 to 11.0.615
Database:
All
Asset consumers
No consumers yet.
Weekly downloads