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: categoryx/JavaAlgorithms
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
  • 6 contributors

Commits on May 8, 2026

  1. Optimized NQueens implementation using hashing (TheAlgorithms#7416)

    * Optimized NQueens implementation using hashing
    
    * Fixed checkstyle naming issues
    
    * Fixed formatting issues
    
    * Fixed operator wrap formatting
    
    * Fixed formatting issues
    
    * Fixed operator wrapping style
    
    * Fixed print formatting
    
    * Fixed print formatting
    
    * Fixed operator formatting
    
    * Removed extra brace
    Bhanubasyan authored May 8, 2026
    Configuration menu
    Copy the full SHA
    54341c1 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2026

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

Commits on May 13, 2026

  1. feat: add Rat in a Maze backtracking algorithm (TheAlgorithms#7418)

    * feat: add Rat in a Maze backtracking algorithm with 10 unit tests
    
    * test: add coverage for all-open maze and larger maze path
    
    * style: apply clang-format fixes and add newline at end of files
    
    * style: apply clang-format and checkstyle fixes
    the-Sunny-Sharma authored May 13, 2026
    Configuration menu
    Copy the full SHA
    e7f8979 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. [ENHANCEMENT] Add Wavelet Tree Data Structure (TheAlgorithms#7414)

    * Implement Wavelet Tree with rank and kthSmallest methods
    
    * Implement Wavelet Tree with rank and kthSmallest methods
    
    * Fix checkstyle multiple variable declarations violation
    
    ---------
    
    Co-authored-by: Deniz Altunkapan <deniz.altunkapan@outlook.com>
    space0032 and DenizAltunkapan authored May 15, 2026
    Configuration menu
    Copy the full SHA
    0811cd0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2026

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

Commits on May 17, 2026

  1. Docs: add Javadoc to CoinChange class and method (TheAlgorithms#7424)

    * Fix: remove floating Javadoc comments causing compilation error
    
    * Docs: add Javadoc to CoinChange class and method
    
    * Style: apply clang-format to CoinChange.java
    BixbyCodes authored May 17, 2026
    Configuration menu
    Copy the full SHA
    8848ed1 View commit details
    Browse the repository at this point in the history
Loading