-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: jaredyancf/Java
base: master
head repository: TheAlgorithms/Java
compare: master
- 8 commits
- 10 files changed
- 9 contributors
Commits on Apr 14, 2026
-
docs: add edge cases to JumpSearch documentation (TheAlgorithms#7379)
* docs: add edge cases to JumpSearch documentation * fix: remove trailing whitespace (checkstyle)
Configuration menu - View commit details
-
Copy full SHA for df8fd85 - Browse repository at this point
Copy the full SHA df8fd85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14b6f99 - Browse repository at this point
Copy the full SHA 14b6f99View commit details
Commits on Apr 15, 2026
-
feat(graph): add DSU-based account merge algorithm (TheAlgorithms#7377)
* feat(graph): add DSU-based account merge algorithm * test(graph): add null and transitive account merge cases * Handle no-email accounts in account merge * Apply clang-format style to account merge tests
Configuration menu - View commit details
-
Copy full SHA for b3e31b5 - Browse repository at this point
Copy the full SHA b3e31b5View commit details
Commits on Apr 22, 2026
-
fix: remove malformed javadoc to fix -Werror build failure (TheAlgori…
…thms#7393) (TheAlgorithms#7394) * fix: prevent NPE when array contains null elements When searching for a non-null key in an array that contains null elements, the sentinel linear search would throw a NullPointerException because it called array[i].compareTo(key) without checking if array[i] is null. Added null check for array[i] in the while loop condition to prevent NPE and return the correct index when array elements themselves are null. Issue: TheAlgorithms#7318 (related) * fix: remove malformed @author javadoc in AnyBaseToAnyBase (issue TheAlgorithms#7393) * fix: remove malformed javadoc in ReverseString (part of issue TheAlgorithms#7393) --------- Co-authored-by: OpenClaw Agent <agent@openclaw.ai> Co-authored-by: OpenClaw Bot <fix-bug@openclaw.ai> Co-authored-by: Deniz Altunkapan <deniz.altunkapan@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 0ad5d90 - Browse repository at this point
Copy the full SHA 0ad5d90View commit details -
fix: aesencryption in AESEncryption.java (TheAlgorithms#7392)
fix: V-001 security vulnerability Automated security fix generated by Orbis Security AI
Configuration menu - View commit details
-
Copy full SHA for 763b95b - Browse repository at this point
Copy the full SHA 763b95bView commit details
Commits on Apr 27, 2026
-
chore(deps): bump com.puppycrawl.tools:checkstyle from 13.4.0 to 13.4…
….1 (TheAlgorithms#7404) Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 13.4.0 to 13.4.1. - [Commits](checkstyle/checkstyle@checkstyle-13.4.0...checkstyle-13.4.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 35b94ab - Browse repository at this point
Copy the full SHA 35b94abView commit details
Commits on May 2, 2026
-
chore(deps): bump com.puppycrawl.tools:checkstyle from 13.4.1 to 13.4…
….2 (TheAlgorithms#7411) Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 13.4.1 to 13.4.2. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-13.4.1...checkstyle-13.4.2) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6db8e20 - Browse repository at this point
Copy the full SHA 6db8e20View commit details
Commits on May 3, 2026
-
Update Anagrams.java (TheAlgorithms#7409)
fix: remove invalid reference [1] in Anagrams.java Co-authored-by: Deniz Altunkapan <deniz.altunkapan@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 2616e09 - Browse repository at this point
Copy the full SHA 2616e09View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master