Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ main
Function
main
Maths/absMin.py:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
return
j
14
15
def
main():
16
a = [-3,-1,2,-11]
17
print(absMin(a))
# = -1
18
19
if
__name__ ==
'__main__'
:
20
main()
Callers
1
absMin.py
File · 0.70
Calls
1
absMin
Function · 0.85
Tested by
no test coverage detected