Skip to content

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

Merged
harshildarji merged 1 commit into
TheAlgorithms:masterfrom
ahviplc:master
Dec 4, 2018
Merged

absMax.py and absMin.py bugs fixed.just make it better.#624
harshildarji merged 1 commit into
TheAlgorithms:masterfrom
ahviplc:master

Conversation

@ahviplc

@ahviplc ahviplc commented Dec 4, 2018

Copy link
Copy Markdown
Contributor

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