Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TheAlgorithms/Java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: il798li/Java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 6, 2025

  1. Create RiemannIntegration.java

    This class approximates integrals by using 4 of Riemann's approximation method.
    il798li committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    6c14d8d View commit details
    Browse the repository at this point in the history
  2. Update RiemannIntegration.java

    used clang-format to format my java code
    il798li committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    a36c389 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Update RiemannIntegration.java

    Added four separate methods for each form of Riemann sumse
    il798li committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    bc6633a View commit details
    Browse the repository at this point in the history
  2. Update RiemannIntegration.java

    added comments explaining how the code works
    il798li committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    30c3bf5 View commit details
    Browse the repository at this point in the history
  3. Update RiemannIntegration.java

    made all the riemann integration methods static
    il798li committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    1bbe292 View commit details
    Browse the repository at this point in the history
  4. Update RiemannIntegration.java

    added an example usage of the riemann integration
    il798li committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    24b9a5e View commit details
    Browse the repository at this point in the history
  5. Update RiemannIntegration.java

    fixed some of the methods' bugs
    il798li committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    36ae92c View commit details
    Browse the repository at this point in the history
  6. Update RiemannIntegration.java

    i'll deal with formatting later
    il798li committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    49ae0ea View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Update RiemannIntegration.java

    used interval notation in a comment to cater to math language
    il798li authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    5b52fa3 View commit details
    Browse the repository at this point in the history
Loading