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 also want to update the code to use features from newer versions of Java and create some unit tests for classes that do not have (we should use unit tests instead of main method to test the features).
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 also updated the code to use features from newer versions of Java
and I've created some unit tests because it was missing unit tests for
AbsoluteMax (I'm using now unit tests instead of main method to test the
feature).
Resolves: TheAlgorithms#3019
Uh oh!
There was an error while loading. Please reload this page.
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 also want to update the code to use features from newer versions of Java and create some unit tests for classes that do not have (we should use unit tests instead of main method to test the features).
The text was updated successfully, but these errors were encountered: