You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm refactoring some classes from the maths package to have a cleaner, more concise, easier to maintain and better documented code. I'm creating an issue for each algorithm file.
I'm refactoring the AbsoluteMax again because I realized it can be improved even further by replacing the if inside forEach with a filter in the Stream.
The text was updated successfully, but these errors were encountered:
I'm refactoring some classes from the `maths` package to have a cleaner,
more concise, easier to maintain and better documented code.
I've refactored the AbsoluteMax again because I realized it can be
improved even further by replacing the `if` inside `forEach` with a
`filter` in the Stream.
Resolves: TheAlgorithms#3028
I'm refactoring some classes from the
maths
package to have a cleaner, more concise, easier to maintain and better documented code. I'm creating an issue for each algorithm file.I'm refactoring the AbsoluteMax again because I realized it can be improved even further by replacing the
if
insideforEach
with afilter
in the Stream.The text was updated successfully, but these errors were encountered: