Ecosyste.ms: Awesome
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: about 13 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/omar-muhamad/min-max-sum
- Owner: Omar-Muhamad
- Created: 2022-01-13T14:38:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T14:39:42.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T01:34:08.903Z (about 2 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# min-max-sum
## Solution
`function miniMaxSum(arr) {
arr.sort();
let sum = 0;
for (let i=0; i