master
Add `Abbreviation` algorithm (#5790)
General performance improvement (#6078)
refactor: `BoardPath` (#5431)
Add tests, remove `print` & `main` methods in `BoundaryFill.java` (#5640)
Add tests, remove `main` method, improve docs in BruteForceKnapsack (#5641)
style: enable `AvoidStarImport` in checkstyle (#5141)
style: enable `TypeName` (#5214)
Add tests, remove `main` & `print` methods in `CoinChange.java` (#5642)
Add tests for CountFriendsPairing (#5643)
Add tests, remove `main` in `DiceThrow/DP.java` (#5644)
Add unit test for EditDistance (#6108)
style: format code (#4212)
Add tests, remove `main`, add negativity test in `Fibonacci.java` (#5645)
Add tests, enhance docs in `KadaneAlgorithm.java` (#5646)
Optimize and Format Knapsack Memoization Algorithm (#5685)
#4367 Enhance Knapsack problem (#4368)
Refactor Levenshtein distance implementation (#5138)
test: `LongestAlternatingSubsequenceTest` (#5399)
Adds Longest Arithmetic Subsequence Implementation (#5501)
Enhance comments & improve readability in `LongestCommonSubsequence.java` (#5523)
style: enable `MethodName` in CheckStyle (#5182)
refactor: `LongestPalindromicSubstring` (#5420)
test: `LongestValidParenthesesTest` (#5416)
Add tests, remove `main`, enhance docs in `MatrixChainMultiplication` (#5658)
Improve docs, remove `main`, add tests for `MatrixChainRecursiveTopDo… (#5659)
Implement Maximum Sum of Non-Adjacent Elements (#5544)
Optimize MinimumPathSum (#4400)
#4387 Enhance Minimum sum partition problem implementation (#4394)
Add tests, improve docs in `NewManShanksPrime` (#5660)
style: enable `LocalVariableName` in CheckStyle (#5191)
refactor: `PalindromicPartitioning` (#5419)
test: `RegexMatchingTest` (#5403)
Add edge case to handle negative rod length in RodCutting algorithm (#5904)
refactor: change packages (#5430)
style: make `SubsetCount` a proper utility (#5153)
Add Space Optimized Solution to Subset sum problem (#5612)
refactor: `SubsetSum` (#5432)
style: include `NAB_NEEDLESS_BOOLEAN_CONSTANT_CONVERSION` (#5149)
Add Tribonacci Numbers (fixes #4646) (#4959)
feat : new dp algo added `UniqueSubsequenceCount.java` (#5586)
Add tests, add `IllegalArgumentException`, remove `main` in `WineProb… (#5662)