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: imvuong/algorithms-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: TheAlgorithms/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.
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Apr 10, 2026

  1. Refactor Alphabetical implementation and tests (TheAlgorithms#7370)

    * Improve Alphabetical implementation, tests and documentation
    
    * Workaround SpotBugs false positive in parameterized tests
    
    Replaced boolean literals with Boolean.TRUE/FALSE in Arguments.of(...)
    to avoid SpotBugs warning (NAB_NEEDLESS_BOOLEAN_CONSTANT_CONVERSION).
    
    This is a false positive caused by JUnit's Object... varargs
    requiring auto-boxing.
    felseje authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    5b9db67 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2026

  1. chore(deps): bump actions/github-script from 8 to 9 in /.github/workf…

    …lows (TheAlgorithms#7371)
    
    chore(deps): bump actions/github-script in /.github/workflows
    
    Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@v8...v9)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-version: '9'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    e0a7223 View commit details
    Browse the repository at this point in the history
  2. feat(maths): enhance Average with stream method and improved JavaDoc (T…

    …heAlgorithms#7369)
    
    * docs(maths): improve JavaDoc for Average utility class
    
    * feat(maths): add stream-based averageStream method and validations
    
    * style: fix formatting
    
    * style: final formatting fix for CI checks
    
    * style: apply official clang-format to Average.java
    Papichardog authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    1edf319 View commit details
    Browse the repository at this point in the history
Loading