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: Etherstrings/Algorithm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: codex/fix-spelling-error-and-code-issues
Choose a base ref
...
head repository: Etherstrings/Algorithm
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.
  • 2 commits
  • 22 files changed
  • 3 contributors

Commits on Feb 3, 2026

  1. Merge pull request #1 from Etherstrings/codex/fix-spelling-error-and-…

    …code-issues
    
    Fix palindrome substring end index, correct length variable, and improve majority-element test
    Etherstrings authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    1cfb758 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Fix algorithm code issues - by Claude MiniMax 2.5

    - Fix A843.java output format (print entire row instead of char by char)
    - Add visited array to A844.java BFS to prevent infinite loops
    - Fix L200.java typo: visisted -> visited
    - Fix A09.java variable naming: Size -> Volume (confusing name)
    - Remove redundant boolean comparisons (e.g., flag==true -> flag)
    - Create CLAUDE.md for project documentation
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    Etherstrings and claude committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    f82b325 View commit details
    Browse the repository at this point in the history
Loading