COMMITS
May 21, 2026
P
feat: add optimized Digit DP template and unit tests (#7430)
premm committed
D
chore(deps): bump org.junit:junit-bom from 6.0.3 to 6.1.0 (#7431)
dependabot[bot] committed
May 18, 2026
S
fix: add null input validation to AlternativeStringArrange.arrange() (#7425)
Shubham Bhati committed
May 17, 2026
U
Docs: add Javadoc to CoinChange class and method (#7424)
Utsav Tripathi committed
May 16, 2026
U
Fix: remove floating Javadoc comments causing compilation error (#7423)
Utsav Tripathi committed
May 15, 2026
A
[ENHANCEMENT] Add Wavelet Tree Data Structure (#7414)
Antariksh Mankar committed
May 13, 2026
S
feat: add Rat in a Maze backtracking algorithm (#7418)
Sunny Sharma committed
May 9, 2026
S
Added null check to EMAFilter (#7417)
Shalini H R committed
May 8, 2026
B
Optimized NQueens implementation using hashing (#7416)
Bhanu committed
May 3, 2026
A
Update Anagrams.java (#7409)
Abdul-Rehman-svg committed
May 2, 2026
D
chore(deps): bump com.puppycrawl.tools:checkstyle from 13.4.1 to 13.4.2 (#7411)
dependabot[bot] committed
April 27, 2026
D
chore(deps): bump com.puppycrawl.tools:checkstyle from 13.4.0 to 13.4.1 (#7404)
dependabot[bot] committed
April 22, 2026
O
fix: aesencryption in AESEncryption.java (#7392)
orbisai0security committed
S
April 15, 2026
N
feat(graph): add DSU-based account merge algorithm (#7377)
Nick Zerjeski committed
April 14, 2026
N
test(searches): cover null input cases in IterativeBinarySearch (#7375)
Nick Zerjeski committed
P
docs: add edge cases to JumpSearch documentation (#7379)
Prashant Maurya committed
April 13, 2026
N
feat(geometry): add line segment intersection utility (#7376)
Nick Zerjeski committed
April 11, 2026
P
feat(maths): enhance Average with stream method and improved JavaDoc (#7369)
Papichardog committed
D
chore(deps): bump actions/github-script from 8 to 9 in /.github/workflows (#7371)
dependabot[bot] committed
April 10, 2026
F
Refactor Alphabetical implementation and tests (#7370)
Feliphe Jesus committed
April 8, 2026
K
Improve readability in LinearSearch by using local variable (#7367)
kadambari25 committed
April 6, 2026
K
Fix: handle null key in IterativeBinarySearch (#7365)
kadambari25 committed
Y
Feat/segment tree 2d (#7363)
Yassa Talaat committed
April 5, 2026
S
feat(strings): add MoveHashToEnd algorithm (#7313)
Shyam Chavda committed
April 4, 2026
K
Create Relativity.java (#7323)
kvadrik committed
A
Enhance LinearSearch with null check for value (#7355)
AbhiramSakha committed
April 3, 2026
A
feat: add OptimalBinarySearchTree algorithm (#7310)
Alex Tumanov committed
April 1, 2026
V
Use BigInteger to prevent overflow in factorial calculation (#7358)
Vansh Sharma committed
S
fix(BinarySearch): add null key check to prevent NPE (fix #7356) (#7357)
Senrian committed