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

https://github.com/omar-muhamad/min-max-sum


https://github.com/omar-muhamad/min-max-sum

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# min-max-sum

## Solution

`function miniMaxSum(arr) {
arr.sort();
let sum = 0;
for (let i=0; i