MCPcopy 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
15def main():
16 a = [-3,-1,2,-11]
17 print(absMin(a)) # = -1
18
19if __name__ == '__main__':
20 main()

Callers 1

absMin.pyFile · 0.70

Calls 1

absMinFunction · 0.85

Tested by

no test coverage detected