Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
5493aa5
Add Sum of Squares algorithm implementation
BEASTSHRIRAM Oct 2, 2025
3e9f039
Format code and add Wikipedia URL for Lagrange's theorem
BEASTSHRIRAM Oct 2, 2025
e71008f
Fixed clang-format issues
BEASTSHRIRAM Oct 2, 2025
db58f80
Added Mo's Algorithm and DiceThrower recursive algorithms
BEASTSHRIRAM Oct 2, 2025
235e87a
Merge branch 'master' into added-mos-algorithm-dice-thrower
BEASTSHRIRAM Oct 2, 2025
4c421fa
Fixed checkstyle violation
BEASTSHRIRAM Oct 2, 2025
587bd7e
Merge branch 'added-mos-algorithm-dice-thrower' of https://github.com…
BEASTSHRIRAM Oct 2, 2025
857b074
Fixed SpotBugs issue
BEASTSHRIRAM Oct 2, 2025
f8f16e7
Added in PMD exclusions
BEASTSHRIRAM Oct 2, 2025
5ba8a8d
Merge branch 'master' into added-mos-algorithm-dice-thrower
BEASTSHRIRAM Oct 3, 2025
a3cf21b
Merge branch 'master' into added-mos-algorithm-dice-thrower
BEASTSHRIRAM Oct 4, 2025
fc65769
Merge branch 'master' into added-mos-algorithm-dice-thrower
BEASTSHRIRAM Oct 4, 2025
68775a1
Improved test coverage for better Codecov scores.
BEASTSHRIRAM Oct 5, 2025
04e711a
Merge branch 'added-mos-algorithm-dice-thrower' of https://github.com…
BEASTSHRIRAM Oct 5, 2025
df609d6
Fixed clang-format issues in test files
BEASTSHRIRAM Oct 5, 2025
c7a0406
Add Mo's Algorithm and DiceThrower algorithms with comprehensive tests
BEASTSHRIRAM Oct 5, 2025
b13cd3a
Merge branch 'master' into added-mos-algorithm-dice-thrower
BEASTSHRIRAM Oct 6, 2025
d9ad6a6
Merge branch 'master' into added-mos-algorithm-dice-thrower
DenizAltunkapan Oct 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into added-mos-algorithm-dice-thrower
  • Loading branch information
BEASTSHRIRAM authored Oct 6, 2025
commit b13cd3a115cc21f5c70086051e9dc4d79c1e150a
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.thealgorithms.dynamicprogramming;

import java.util.Arrays;

/**
* @author Md Asif Joardar
*
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.