https://github.com/hctilg/php-recursive-build-sum
we have a recursive function to print all the ways we can build an input number with adding of our given array numbers.
https://github.com/hctilg/php-recursive-build-sum
recursive-algorithm
Last synced: 4 months ago
JSON representation
we have a recursive function to print all the ways we can build an input number with adding of our given array numbers.
- Host: GitHub
- URL: https://github.com/hctilg/php-recursive-build-sum
- Owner: hctilg
- License: gpl-3.0
- Created: 2024-03-13T21:13:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T21:30:19.000Z (over 1 year ago)
- Last Synced: 2024-12-28T05:16:20.239Z (6 months ago)
- Topics: recursive-algorithm
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-recursive-build-sum
A recursive function to print all the ways can build an input number with sum of given array numbers.
## Preview


## Run
```bash
php recursive-build-sum.php
```
[Original Project](https://github.com/hctilg/recursive_build_sum)