Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.