Comparing snabxo:master...TheAlgorithms:master · snabxo/Java · GitHub
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: snabxo/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.
  • 10 commits
  • 29 files changed
  • 3 contributors

Commits on Jun 20, 2026

  1. Configuration menu
    Copy the full SHA
    fafc5a2 View commit details
    Browse the repository at this point in the history
  2. Fix division by zero in interpolation search (TheAlgorithms#7484)

    * Fix division by zero in interpolation search
    
    * style: fix formatting in InterpolationSearchTest
    priyanshuvishwakarma273403 authored Jun 20, 2026
    Configuration menu
    Copy the full SHA
    e57a675 View commit details
    Browse the repository at this point in the history
  3. Add PadovanSequence Implementation (TheAlgorithms#7477)

    feat: Add PadovanSequence Implementation
    Rosander0 authored Jun 20, 2026
    Configuration menu
    Copy the full SHA
    631eae3 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. Add FriendlyNumber Implementation (TheAlgorithms#7474)

    feat: Add FriendlyNumber Implementation
    Rosander0 authored Jun 22, 2026
    Configuration menu
    Copy the full SHA
    a508fd2 View commit details
    Browse the repository at this point in the history
  2. fix: validate that all characters after first padding character in Ba…

    …se64 decode (TheAlgorithms#7491)
    
    fix: validate that all characters after first padding character are also padding characters
    priyanshuvishwakarma273403 authored Jun 22, 2026
    Configuration menu
    Copy the full SHA
    0fe06ac View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2026

  1. Configuration menu
    Copy the full SHA
    00339c7 View commit details
    Browse the repository at this point in the history
  2. Add SociableNumber Implementation (TheAlgorithms#7475)

    feat: add SociableNumber implementation
    Rosander0 authored Jun 23, 2026
    Configuration menu
    Copy the full SHA
    0e001b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2026

  1. refactor: review and group scattered palindrome implementation (TheAl…

    …gorithms#7487)
    
    * feat: add utility to find lowest base for palindromic numbers and implement palindrome check for singly linked lists
    
    * feat: add palindrome check for linked lists and find lowest base palindrome implementation
    
    * feat: add utility to check if an integer's binary representation is a palindrome
    
    * feat: add algorithm to check if a singly linked list is a palindrome
    
    * feat: add PalindromeNumber utility class to check for palindromic integers
    
    * style: remove redundant import to fix checkstyle error
    
    * style: add blank line between static and non-static imports
    priyanshuvishwakarma273403 authored Jun 24, 2026
    Configuration menu
    Copy the full SHA
    51137a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2026

  1. Add TitleCase Implementation (TheAlgorithms#7473)

    feat: add TitleCase implementation
    Rosander0 authored Jun 25, 2026
    Configuration menu
    Copy the full SHA
    31caee6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. DisariumNumber (TheAlgorithms#7490)

    * Add SquareFreeInteger to maths
    
    * fix clang-format issues
    
    * add newline
    
    * Add new test file  in test
    
    * modified
    
    * delete
    
    * Add DisariumNumbers  with test
    iamcodinghere22 authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    ef986c4 View commit details
    Browse the repository at this point in the history
Loading