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: Sphesihlebjamile/Algorithms-In-Java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: sort/selection-sort
Choose a base ref
...
head repository: Sphesihlebjamile/Algorithms-In-Java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 9 files changed
  • 2 contributors

Commits on Apr 15, 2026

  1. Merge pull request #2 from Sphesihlebjamile/sort/selection-sort

    Selection Sort Algorithm
    Sphesihlebjamile authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    8308a41 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. Configuration menu
    Copy the full SHA
    4fe494d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbeae25 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from Sphesihlebjamile/sort/quick-sort

    Quick Sort Algorithm
    Sphesihlebjamile authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    64375b3 View commit details
    Browse the repository at this point in the history
  4. Added project readme

    Sphesihlebjamile committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    429fdc3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from Sphesihlebjamile/chore/readme

    Added project readme
    Sphesihlebjamile authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    4f426d8 View commit details
    Browse the repository at this point in the history
  6. Added a build github workflow that will automatically build the proje…

    …ct when there is a commit or PR
    Sphesihlebjamile committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    3e180bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1bddd2d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5 from Sphesihlebjamile/github/workflows-build

    Added the Java Build github workflow
    Sphesihlebjamile authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    58fae44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c45ff75 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

  1. Configuration menu
    Copy the full SHA
    3986c90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12fd2f1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from Sphesihlebjamile/sort/insertion-sort

    Insertion Sort Algorithm
    Sphesihlebjamile authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    c99077c View commit details
    Browse the repository at this point in the history
Loading