8000 Comparing yuanchaodu:master...TheAlgorithms:master · yuanchaodu/Java · GitHub
[go: up one dir, main page]

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: yuanchaodu/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.
  • 4 commits
  • 5 files changed
  • 5 contributors

Commits on Feb 4, 2026

  1. Configuration menu
    Copy the full SHA
    a14b234 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. chore(deps): bump com.puppycrawl.tools:checkstyle from 13.1.0 to 13.2…

    ….0 (TheAlgorithms#7259)
    
    Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 13.1.0 to 13.2.0.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-13.1.0...checkstyle-13.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-version: 13.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    249b88f View commit details
    Browse the repository at this point in the history
  2. Refactor: simplify validation and improve backtracking cleanup (TheAl…

    …gorithms#7258)
    
    ### Summary
    This PR makes small readability and maintainability improvements to the algorithm implementation.
    
    ### Changes
    - Removed a redundant `n < 0` validation check since the method contract already ensures valid `n`
    - Replaced `current.remove(current.size() - 1)` with `current.removeLast()` to better express backtracking intent
    
    ### Rationale
    - Simplifies input validation without changing behavior
    - Uses the `Deque` API to make the backtracking step clearer and less error-prone
    
    ### Impact
    - No change in algorithm logic or time/space complexity
    - Output remains identical
    
    Co-authored-by: Swati Vusurumarthi <swativs869@gmail.com>
    swativ15 and swativs15 authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    3835c48 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. fix:shape's dimension constraints added correctyl (issue id: TheAlgor…

    …ithms#7260) (TheAlgorithms#7261)
    
    * fix:shape's dimension constraints added correctyl  (issue id: TheAlgorithms#7260)
    
    * fix: base changed to baseLength for better understanding
    
    * fix: base changed to baseLength for better understanding
    
    * base changed to baseLength for better understanding
    
    * fix:cleared some format issues
    
    * fix:cleared some format issues
    Adarsh-Melath authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    8403b8f View commit details
    Browse the repository at this point in the history
Loading
0