Skip to content

Fix AbsoluteMin bug for equal absolute values #6145

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 6 commits into from
Jan 19, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clang-format for added junit
  • Loading branch information
rizwan-ilyas committed Jan 18, 2025
commit f616fbe085fa29de81375a5ab869fcffe173229c
1 change: 0 additions & 1 deletion src/test/java/com/thealgorithms/maths/AbsoluteMaxTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ void testGetMaxValueWithSameAbsoluteValues() {
assertEquals(12, AbsoluteMax.getMaxValue(-12, 9, 3, 12, 1));
assertEquals(12, AbsoluteMax.getMaxValue(12, 9, 3, -12, 1));
}

}
Loading