COMMITS
January 22, 2026
P
style: include `UTAO_JUNIT_ASSERTION_ODDITIES_USE_ASSERT_NOT_EQUALS` (#7229)
Piotr Idzik committed
January 21, 2026
P
style: include `UTAO_JUNIT_ASSERTION_ODDITIES_USE_ASSERT_NOT_NULL` (#7226)
Piotr Idzik committed
January 20, 2026
P
style: include `UTAO_JUNIT_ASSERTION_ODDITIES_USE_ASSERT_NULL` (#7225)
Piotr Idzik committed
D
chore(deps-dev): bump com.mebigfatguy.fb-contrib:fb-contrib from 7.7.3 to 7.7.4 (#7222)
dependabot[bot] committed
January 19, 2026
G
Add distance between two points algorithm (#7218)
Gopesh Pandey committed
C
feat: Add Prefix Sum category with 1D and 2D implementations (#7220)
Chahat Sandhu committed
C
feat: add Bell Numbers algorithm using Aitken's Array (#7219)
Chahat Sandhu committed
January 18, 2026
January 17, 2026
C
docs: add Javadoc to FibonacciSeries (#7215)
Chahat Sandhu committed
S
Improve documentation for Linear Search algorithm (#7214)
SwaatiR committed
January 16, 2026
A
Add Middle of Linked List (Slow/Fast Pointers) (#7212)
Ahmed Allam committed
January 15, 2026
D
chore(deps-dev): bump com.mebigfatguy.fb-contrib:fb-contrib from 7.7.2 to 7.7.3 (#7211)
dependabot[bot] committed
January 14, 2026
A
Add RotatedBinarySearch (search in rotated sorted array) (#7202)
Ahmed Allam committed
January 13, 2026
A
Feat/tournament sort (#7201)
Ahmed Allam committed
A
Handle negative input in perfect square checks (#7207)
asmitha-16 committed
January 10, 2026
T
Add Count Nice Subarrays sliding using window algorithm (#7206)
Tarunj Gupta committed
January 9, 2026
A
Add SmoothSort (Dijkstra’s adaptive in-place heapsort variant) (#7200)
Ahmed Allam committed
January 8, 2026
D
chore(deps): bump peter-evans/create-pull-request from 7 to 8 in /.github/workflows (#7199)
dependabot[bot] committed
January 7, 2026
R
docs: clarify hash map vs HashMap terminology (#7195)
Rajesh Reddy committed
January 6, 2026
D
chore(deps): bump org.junit:junit-bom from 6.0.1 to 6.0.2 (#7194)
dependabot[bot] committed
January 5, 2026
D
chore(deps): bump com.puppycrawl.tools:checkstyle from 12.3.1 to 13.0.0 (#7193)
dependabot[bot] committed
G
Add detailed JavaDoc for AllPathsFromSourceToTarget algorithm (#7192)
Giridharan S committed
January 1, 2026
D
chore(deps): bump com.puppycrawl.tools:checkstyle from 12.3.0 to 12.3.1 (#7188)
dependabot[bot] committed
December 29, 2025
D
Add test requirement to pull request template (#7185)
Deniz Altunkapan committed
D
Update DIRECTORY.md (#7093)
Deniz Altunkapan committed
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