Skip to content

absMax.py and absMin.py bugs fixed.just make it better. #624

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 4, 2018

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