Skip to content

lengzhang/find-target

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Target

Description

A React.js Application help you to find all combinations which the sum is equal to the target.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Input Fields

Item                -   getting items used to find combinations
Target              -   the target value to match the sum of combination
Range               -   the maximum error value
Number of Results   -   the program will stop when number of results is reached

Example

list: [1, 2, 3]
target: 3
range: 0

result: [[1, 2], [3]]

About

A React.js Application help you to find all combinations which the sum is equal to the target.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors