Commits
Branch selector
User selector
Commit History
Commits on Apr 27, 2026
chore(deps): bump com.puppycrawl.tools:checkstyle from 13.4.0 to 13.4.1 (#7404)
Show description for 35b94abauthored
Commits on Apr 22, 2026
fix: aesencryption in AESEncryption.java (#7392)
Show description for 763b95bauthoredfix: remove malformed javadoc to fix -Werror build failure (#7393) (#7394)
Show description for 0ad5d90authored
Commits on Apr 15, 2026
feat(graph): add DSU-based account merge algorithm (#7377)
Show description for b3e31b5authored
Commits on Apr 14, 2026
- authored
docs: add edge cases to JumpSearch documentation (#7379)
Show description for df8fd85authored
Commits on Apr 13, 2026
feat(geometry): add line segment intersection utility (#7376)
Show description for 79bc620authored
Commits on Apr 11, 2026
feat(maths): enhance Average with stream method and improved JavaDoc (#7369)
Show description for 1edf319authoredchore(deps): bump actions/github-script from 8 to 9 in /.github/workflows (#7371)
Show description for e0a7223authored
Commits on Apr 10, 2026
Refactor Alphabetical implementation and tests (#7370)
Show description for 5b9db67authored
Commits on Apr 8, 2026
Improve readability in LinearSearch by using local variable (#7367)
Show description for 49f9e1aandauthored
Commits on Apr 6, 2026
Fix: handle null key in IterativeBinarySearch (#7365)
Show description for 7eea9a5andauthoredFeat/segment tree 2d (#7363)
Show description for 741b2d1authored
Commits on Apr 5, 2026
feat(strings): add MoveHashToEnd algorithm (#7313)
Show description for 13aaad2authored
Commits on Apr 4, 2026
Create Relativity.java (#7323)
Show description for abd1c47authoredEnhance LinearSearch with null check for value (#7355)
Show description for b7e9c85authored
Commits on Apr 3, 2026
Commits on Apr 1, 2026
Use BigInteger to prevent overflow in factorial calculation (#7358)
Show description for 9729e56authoredfix(BinarySearch): add null key check to prevent NPE (fix #7356) (#7357)
Show description for 635d54aauthored
Commits on Mar 31, 2026
Correlation function for discrete variable correlation (#7326)
Show description for ee34336authored
Commits on Mar 30, 2026
- authored
Improve JumpSearch documentation with detailed explanation and example (#7354)
Show description for bdbbeceauthored
Commits on Mar 29, 2026
chore(deps-dev): bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.2 to 4.9.8.3 (#7353)
Show description for 5753f46authoredchore(deps): bump com.puppycrawl.tools:checkstyle from 13.3.0 to 13.4.0 (#7352)
Show description for 8be7543authored
Commits on Mar 28, 2026
feat(graph): implement Tarjan's Bridge-Finding Algorithm (#7346)
Show description for 227355eandauthored- authored
Commits on Mar 26, 2026
chore(deps): bump codecov/codecov-action from 5 to 6 in /.github/workflows (#7344)
Show description for cc75b5eauthoredFix IterativeBinarySearch implementation and resolve build issues (#7332)
Show description for ebcf5adandauthored
Commits on Mar 25, 2026
Improve LinearSearch documentation with example and explanation (#7335)
Show description for 2927595authoredImplement volume calculation for ellipsoid (#7338)
Show description for 010c955authored
Commits on Mar 24, 2026
feat: add StockSpanProblem algorithm (#7312)
Show description for 76c45c1authoredImprove InterpolationSearch documentation with example (#7336)
Show description for be02240authored
Commits on Mar 18, 2026
feat(strings): add Kasai's algorithm for LCP array construction (#7324)
Show description for af1d9d1authored
Commits on Mar 15, 2026
Added quadratic mean (#7315)
Show description for 7d57c57authored
Commits on Mar 14, 2026
Improve space complexity to O(1) in WordSearch. (#7308)
Show description for 24c2beaandauthored