Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishruth-S/CompetitiveCode
/ solution.py
File
solution.py
Hackerrank_problems/Mini-Max Sum/solution.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Complete the miniMaxSum function below.
2
3
def
miniMaxSum(arr):
4
a=[]
#empty list to add sum of numbers except the number of each element the list
Callers
nothing calls this directly
Calls
1
miniMaxSum
Function · 0.85
Tested by
no test coverage detected