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: TheAlgorithms/Java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
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
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 15, 2025

  1. Add Temperature Conversion Utility (#7066)

    - Implements conversions between Celsius, Fahrenheit, and Kelvin
    - Includes all 6 conversion methods
    - Adds comprehensive unit tests with edge cases
    - Fixes #6936
    krishna-medapati authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    8a339ef View commit details
    Browse the repository at this point in the history
  2. Added program to check Smith number (#6955)

    added smith number program
    TaranjeetSinghKalsi authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    98eecb9 View commit details
    Browse the repository at this point in the history
Loading