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: denniszelada/AlgorithmsC-Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: williamfiset/Algorithms
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.
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 23, 2024

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

Commits on Oct 10, 2024

  1. Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (williamf…

    …iset#410)
    
    Bumps org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-lang3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1b17e3a View commit details
    Browse the repository at this point in the history
  2. Add LCP check to fix toString in SuffixArray (williamfiset#421)

    When toString() was invoked just after creating the Suffix Array data structure, it gave null pointer exception when accessing actual array data member (sa) as the Suffix array and LCP array were not yet constructed.
    Added a check to see if LCP was constructed before printing out the data members and construct them if needed.
    utpalsavliya authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bc24566 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Bump com.diffplug.spotless from 6.20.0 to 6.25.0 (williamfiset#429)

    Bumps com.diffplug.spotless from 6.20.0 to 6.25.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0f0bd34 View commit details
    Browse the repository at this point in the history
  2. Bump com.google.guava:guava from 32.1.2-jre to 33.3.1-jre (williamfis…

    …et#428)
    
    Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.2-jre to 33.3.1-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    793a899 View commit details
    Browse the repository at this point in the history
  3. Bump gradle/wrapper-validation-action from 1 to 3 (williamfiset#425)

    Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 3.
    - [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
    - [Commits](gradle/wrapper-validation-action@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/wrapper-validation-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c2915e0 View commit details
    Browse the repository at this point in the history
  4. Bump gradle/gradle-build-action from 2 to 3 (williamfiset#424)

    Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3.
    - [Release notes](https://github.com/gradle/gradle-build-action/releases)
    - [Commits](gradle/gradle-build-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/gradle-build-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    886b18e View commit details
    Browse the repository at this point in the history
  5. Bump actions/setup-java from 3 to 4 (williamfiset#423)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    173fa7c View commit details
    Browse the repository at this point in the history
Loading