findIt: Finds combinations of numbers that add up to a target value.

Description Usage Arguments Value

Description

This was created to find a combination of check deposits that add up to a total deposit amount.

Usage

1
findIt(nums, target)

Arguments

nums

A vector of numbers.

target

The target number.

Value

A string with a list of numbers.


RonGuymon/ronsFunctions documentation built on May 8, 2019, 11:42 a.m.