Skip to content
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

Issue #5479 resolved, Algorithm Frustum of Cone and tested it #5481

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 30, 2024

  1. Issue TheAlgorithms#5479 resolved, Algorithm Frustum of Cone and test…

    …ed it
    Anurag committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fa7f6bc View commit details
    Browse the repository at this point in the history
  2. Related to TheAlgorithms#5478

    was facing error regarding pom.xml file -lossy-conversions, to fix it needed to make some type casting and cleanup of code in AliquotSum.java, Caesar.java, PerfectNumber.java classes respectively.
    
    now new VolumeOfFrustumOfCone method created and all test cases passed successfully of VolumeTest class
    Anurag committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3c84e64 View commit details
    Browse the repository at this point in the history