COMMITS
December 29, 2025
P
Added 0/1 Knapsack Algorithm using Dynamic Programming in Java (#6789)
Patil Arpita committed
December 28, 2025
D
Adding method to check wether a matrix is stochastic (#7184)
Daniel Sánchez Núñez committed
December 27, 2025
N
Add Immutable HashMap implementation (#7183)
NYAMATHABAD KOUSHIK SAI committed
December 22, 2025
N
Add recursive factorial implementation with tests (#7178)
NYAMATHABAD KOUSHIK SAI committed
December 21, 2025
H
December 20, 2025
G
Implement LengthOfLastWord algorithm and add JUnit tests (#7057)
Gopal Gupta committed
December 18, 2025
A
Add input validation for negative values in FibonacciSeries (#7177)
Adityaraj Solanki committed
S
Add additional edge cases to GCD unit tests (#7174)
Saniya Mane committed
December 17, 2025
R
ExtendedEuclideanAlgorithm (#7172)
Rajuri Likhitha committed
N
[FEAT] Add Thin Lens formula for ray optics (#7170)
NYAMATHABAD KOUSHIK SAI committed
December 16, 2025
D
chore(deps): bump com.puppycrawl.tools:checkstyle from 12.2.0 to 12.3.0 (#7167)
dependabot[bot] committed
December 14, 2025
T
Added program to check Lucky number (#6962)
Taranjeet Singh Kalsi committed
M
feat: Binary Tree to String algorithm added (Leetcode 606) (#6727)
Muhammad Junaid Khalid committed
U
Add Z-Algorithm for Linear-Time String Pattern Matching (#7124)
utkarsh patel committed
December 12, 2025
D
chore(deps): bump actions/cache from 4 to 5 in /.github/workflows (#7162)
dependabot[bot] committed
December 10, 2025
D
chore(deps-dev): bump org.mockito:mockito-core from 5.20.0 to 5.21.0 (#7154)
dependabot[bot] committed
L
Add unit tests for graph algorithms (#7133) (#7156)
Lucas Horn committed
C
December 9, 2025
D
chore(deps): bump com.mebigfatguy.fb-contrib:fb-contrib from 7.7.1 to 7.7.2 (#7153)
dependabot[bot] committed
December 7, 2025
D
Add Snell's Law refraction algorithm (#7150)
Daniel Sánchez Núñez committed
December 5, 2025
E
Fixed redundant boolean logic (#7151)
espinosadev committed
December 2, 2025
D
chore(deps): bump gitpod/workspace-java-21 from 2025-10-06-13-14-25 to 2025-11-14-10-05-32 (#7148)
dependabot[bot] committed
D
chore(deps): bump com.puppycrawl.tools:checkstyle from 12.1.2 to 12.2.0 (#7147)
dependabot[bot] committed
December 1, 2025
D
feat: implement One-Time Pad cipher (#6941) (#7096)
duvvuvenkataramana committed
S
Added threaded binary tree (#6995)
Shewale Gopal Sanjay committed
November 30, 2025
T
Added program to check either number is Evil or Odious (#6958)
Taranjeet Singh Kalsi committed
November 28, 2025
T
Added program to check Abundant number (#6961)
Taranjeet Singh Kalsi committed
S
feat: Added Gomory–Hu Tree (all-pairs min-cuts via n1 max-flows) (#6818)
Sameer Prajapati committed
D
chore(deps): bump com.mebigfatguy.fb-contrib:fb-contrib from 7.7.0 to 7.7.1 (#7144)
dependabot[bot] committed
November 27, 2025
G
feat: add Valid Parentheses algorithm using Stack (#7117)
Gokul45-45 committed