Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/federicobonel/sum-of-squares
Calculates the sum of squares of a given set of numbers excluding the negatives using recursion and no loops
https://github.com/federicobonel/sum-of-squares
Last synced: about 19 hours ago
JSON representation
Calculates the sum of squares of a given set of numbers excluding the negatives using recursion and no loops
- Host: GitHub
- URL: https://github.com/federicobonel/sum-of-squares
- Owner: FedericoBonel
- Created: 2022-05-09T02:02:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T06:45:15.000Z (over 2 years ago)
- Last Synced: 2024-03-04T06:38:56.087Z (11 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sum of squares excluding negatives
# Sum of squares excluding negatives
Calculates the sum of squares of a given set of numbers excluding the negatives using recursion and no loops.