Comparing BlueBroTech:7d57c57...TheAlgorithms:f38d5cd · BlueBroTech/Java
Commits on Mar 24, 2026
Commits on Mar 25, 2026
-
Implement volume calculation for ellipsoid (TheAlgorithms#7338)
* Implement volume calculation for ellipsoid Added a method to calculate the volume of an ellipsoid. * Add test for volume of ellipsoid * Fix formatting of volumeEllipsoid method * Update Volume.java * Fix precision in ellipsoid volume test * Fix formatting of ellipsoid volume method documentation
Commits on Mar 26, 2026
Commits on Mar 28, 2026
Commits on Mar 29, 2026
Commits on Mar 30, 2026
Commits on Mar 31, 2026
-
Correlation function for discrete variable correlation (TheAlgorithms…
…#7326) * Correlation function for discrete variable correlation * Add unit tests for Correlation class Added unit tests for the Correlation class to validate correlation calculations under various scenarios, including linear dependence and constant values. * Added missing bracket * Refactor variable initialization in correlation method * Remove unused imports and clean up CorrelationTest * Fix formatting of variable declarations in correlation method * Update Correlation.java * Fix formatting in CorrelationTest.java * Enhance comments in correlation function Added detailed comments to the correlation function for better understanding. * Add correlation tests for various scenarios * Format comments for clarity in correlation method * Fix formatting and comments in correlation method
Commits on Apr 1, 2026
-
Use BigInteger to prevent overflow in factorial calculation (TheAlgor…
…ithms#7358) * Use BigInteger to prevent overflow in factorial calculation * chore: remove unnecessary comment * update * Fix: improve factorial implementation and formatting * test: final fix for FactorialTest logic and formatting * chore: final formatting and test fix for BigInteger * chore: final formatting and test fix for BigInteger