Skip to content

Conversation

ahviplc
Copy link
Contributor

@ahviplc ahviplc commented Dec 4, 2018

absmax.py and absmin.py bugs fixed. I think absmax.py and absmin.py, are the Numbers with the max output absolute value and the min output absolute value.please check pull request #623.And my version output example : absMax.py【a = [-13, 2, -11, -12] print(absMax(a)) # = -13】, this absMax print -13 ; absMin.py【 a = [-3,-1,2,-11] print(absMin(a)) # = -1】, this absMin print -1 . please check it.

@harshildarji harshildarji merged commit d75bec8 into TheAlgorithms:master Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants