An open API service indexing awesome lists of open source software.

https://github.com/hctilg/py-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/py-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.

Awesome Lists containing this project

README

        

# py-recursive-build-sum

A recursive function to print all the ways can build an input number with sum of given array numbers.

## Preview

![](images/img1.png)
![](images/img2.png)
![](images/img3.png)

## Run
```bash
python3 recursive-build-sum.py
```


[Original Project](https://github.com/hctilg/php-recursive-build-sum)