Commits
User selector
Commit history
Commits on Jul 28, 2026
Add rotting oranges (#7542)
Show description for cceeac7authored
Commits on Jul 26, 2026
fix: reject negative input in SumOfSquares and add tests (#7543)
Show description for ef61ee8authored
Commits on Jul 23, 2026
Fix incorrect absolute minimum calculation (#7536)
Show description for e9f11bbauthored
Commits on Jul 20, 2026
Add LibrarySort Implementation (#7481)
Show description for f34cbbfauthored
Commits on Jul 19, 2026
Add LinearRegression Implementation (#7520)
Show description for 93cf85eauthored
Commits on Jul 13, 2026
Enhance Javadoc for AccountMerge (#7523)
Show description for 9b16a48andauthored
Commits on Jul 3, 2026
fix: Caesar cipher produces non-alphabetic output for negative shifts (#7508)
Show description for 12ea4bbauthoreddocs: correct stale WiggleSort Javadoc — [1, 2, 2] is already detected, add regression tests (#7509)
Show description for c6fa50fauthored
Commits on Jun 29, 2026
Commits on Jun 27, 2026
docs: cross-reference nth-fibonacci implementations via javadocs (#7497)
Show description for e3692c7andauthoredSelectionSort: add missing Javadoc for class and findIndexOfMin method (#7494)
Show description for 0d29e7cauthored
Commits on Jun 26, 2026
DisariumNumber (#7490)
Show description for ef986c4authored
Commits on Jun 25, 2026
Add TitleCase Implementation (#7473)
Show description for 31caee6authored
Commits on Jun 24, 2026
refactor: review and group scattered palindrome implementation (#7487)
Show description for 51137a1authored
Commits on Jun 23, 2026
Add SociableNumber Implementation (#7475)
Show description for 0e001b7authored- authored
Commits on Jun 22, 2026
fix: validate that all characters after first padding character in Base64 decode (#7491)
Show description for 0fe06acauthoredAdd FriendlyNumber Implementation (#7474)
Show description for a508fd2authored
Commits on Jun 20, 2026
Add PadovanSequence Implementation (#7477)
Show description for 631eae3authoredFix division by zero in interpolation search (#7484)
Show description for e57a675authored- authored
Commits on Jun 18, 2026
Add JacobsthalNumber Implementation (#7479)
Show description for bf0ff70authoredAdd PerrinNumber Implementation (#7478)
Show description for 8e374d3authored
Commits on Jun 15, 2026
feat: add count distinct elements in window algorithm (#7463)
Show description for bf8f3bdauthored
Commits on Jun 14, 2026
Add LongestCommonSubstring Implementation (#7464)
Show description for 0388455authored
Commits on Jun 10, 2026
test(dp): add tests for LongestPalindromicSubsequence and remove main… (#7462)
Show description for 34079f0andauthoredRename and relocate trie autocomplete implementation (#7459)
Show description for d792409authored
Commits on Jun 3, 2026
feat(matrix): add QR decomposition algorithm using Gram-Schmidt process (#7427)
Show description for cecfad9authored
Commits on May 26, 2026
Commits on May 25, 2026
feat(datastructures): add thread-safe bounded queue implementation (#7428)
Show description for e49cd55authored
Commits on May 21, 2026
feat: add optimized Digit DP template and unit tests (#7430)
Show description for 0a62b11authored
Commits on May 18, 2026
fix: add null input validation to AlternativeStringArrange.arrange() (#7425)
Show description for 4b8099cauthored
Commits on May 17, 2026
Docs: add Javadoc to CoinChange class and method (#7424)
Show description for 8848ed1authored
Commits on May 16, 2026
Commits on May 15, 2026
[ENHANCEMENT] Add Wavelet Tree Data Structure (#7414)
Show description for 0811cd0andauthored