https://github.com/omar-muhamad/min-max-sum
https://github.com/omar-muhamad/min-max-sum
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/omar-muhamad/min-max-sum
- Owner: Omar-Muhamad
- Created: 2022-01-13T14:38:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T14:39:42.000Z (over 3 years ago)
- Last Synced: 2025-01-02T16:33:02.942Z (6 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