JavaAlgorithms/src/main/java/com/thealgorithms
2024-08-24 11:32:50 +03: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 refactor: LFUCache (#5369) 2024-08-23 14:23:16 +03: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 style: enable WhitespaceAround in checktyle (#5241) 2024-06-24 16:47:33 +08: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: Pow (#5364) 2024-08-23 11:59:20 +03: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: FloydTriangle (#5367) 2024-08-23 15:55:13 +03: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: include BED_BOGUS_EXCEPTION_DECLARATION (#5233) 2024-06-25 06:51:24 +00:00
strings refactor: PermuteString (#5362) 2024-08-23 12:33:41 +03:00