MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / main

Function main

Maths/absMax.py:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def main():
16 a = [1,2,-11]
17 print(absMax(a)) # = -11
18
19
20if __name__ == '__main__':

Callers 1

absMax.pyFile · 0.70

Calls 1

absMaxFunction · 0.85

Tested by

no test coverage detected