JavaAlgorithms/src/main/java/com/thealgorithms
Alex Klymenko c5b72816f3
refactor: MaximumSumOfDistinctSubarraysWithLengthK (#5433)
* refactor: MaximumSumOfDistinctSubarraysWithLengthK

* checkstyle: fix formatting

* checkstyle: fix formatting

* checkstyle: fix formatting

---------

Co-authored-by: alxkm <alx@alx.com>
2024-08-30 10:03:43 +02:00
..
audiofilters Make code more idiomatic (#4249) 2023-07-23 13:51:52 +03:00
backtracking test: NQueensTest (#5378) 2024-08-24 11:27:39 +03:00
bitmanipulation style: enable HideUtilityClassConstructor in checkstyle (#5147) 2024-05-08 09:58:29 +03:00
ciphers style: enable NeedBraces in checkstyle (#5227) 2024-06-13 21:00:16 +02:00
conversions refactor: HexToOct (#5377) 2024-08-24 11:32:50 +03:00
datastructures style: use proper spelling (#5436) 2024-08-30 08:50:14 +02:00
devutils style: include SPP_USE_ISEMPTY (#5238) 2024-06-24 08:49:50 +00:00
divideandconquer style: enable ParameterName in CheckStyle. (#5196) 2024-05-31 22:01:11 +02:00
dynamicprogramming refactor: SubsetSum (#5432) 2024-08-30 09:55:18 +02:00
geometry Update GrahamScan.java (#5310) 2024-08-09 15:03:54 +03:00
greedyalgorithms style: include NAB_NEEDLESS_BOOLEAN_CONSTANT_CONVERSION (#5149) 2024-05-08 22:41:46 +05:30
io style: enable NeedBraces in checkstyle (#5227) 2024-06-13 21:00:16 +02:00
maths refactor: LeastCommonMultiple (#5435) 2024-08-30 08:43:45 +02:00
matrixexponentiation style: enable HideUtilityClassConstructor in checkstyle (#5147) 2024-05-08 09:58:29 +03:00
misc chore: fix some comments (#5333) 2024-08-16 20:19:15 +03:00
others refactor: MaximumSumOfDistinctSubarraysWithLengthK (#5433) 2024-08-30 10:03:43 +02:00
scheduling style: enable NeedBraces in checkstyle (#5227) 2024-06-13 21:00:16 +02:00
searches chore: fix some comments (#5333) 2024-08-16 20:19:15 +03:00
sorts refactor: cleanup InsertionSort (#5322) 2024-08-15 11:48:23 +03:00
stacks style: use proper spelling (#5436) 2024-08-30 08:50:14 +02:00
strings refactor: WordLadder (#5434) 2024-08-30 09:49:55 +02:00