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: cragkhit/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.
  • 6 commits
  • 10 files changed
  • 4 contributors

Commits on Aug 2, 2026

  1. Reject null BitonicSort input explicitly (TheAlgorithms#7550)

    Update BitonicSort.java
    
    Added a descriptive null-input validation and a focused regression test.
    cragkhit authored Aug 2, 2026
    Configuration menu
    Copy the full SHA
    7c934ad View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2026

  1. chore(deps): bump com.puppycrawl.tools:checkstyle from 13.8.0 to 13.9…

    ….0 (TheAlgorithms#7554)
    
    Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 13.8.0 to 13.9.0.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-13.8.0...checkstyle-13.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-version: 13.9.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 3, 2026
    Configuration menu
    Copy the full SHA
    90f4231 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/stale from 10.4.0 to 11.0.0 in /.github/wor…

    …kflows (TheAlgorithms#7553)
    
    chore(deps): bump actions/stale in /.github/workflows
    
    Bumps [actions/stale](https://github.com/actions/stale) from 10.4.0 to 11.0.0.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v10.4.0...v11.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-version: 11.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Oleksandr Klymenko <[email protected]>
    dependabot[bot] and alxkm authored Aug 3, 2026
    Configuration menu
    Copy the full SHA
    ec0f2cd View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2026

  1. Configuration menu
    Copy the full SHA
    171bdc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f551b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b0f921 View commit details
    Browse the repository at this point in the history
Loading