JavaAlgorithms/src/main/java/com/thealgorithms
2024-08-16 17:55:42 +03:00
..
audiofilters Make code more idiomatic (#4249) 2023-07-23 13:51:52 +03:00
backtracking refactor: redesign ArrayCombination (#5181) 2024-07-10 19:20:32 +02: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: BinaryToDecimal (#5330) 2024-08-16 17:48:47 +03:00
datastructures refactor: Dijkstra algorithm (#5329) 2024-08-16 17:55:42 +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 Update Average.java (#5309) 2024-08-04 23:45:54 +05:30
matrixexponentiation style: enable HideUtilityClassConstructor in checkstyle (#5147) 2024-05-08 09:58:29 +03:00
misc Refactored Identifiers (#5306) 2024-08-08 19:39:00 +05:30
others style: enable InvalidJavadocPosition in checkstyle (#5237) 2024-06-18 19:34:22 +02:00
scheduling style: enable NeedBraces in checkstyle (#5227) 2024-06-13 21:00:16 +02:00
searches Refactored Identifiers (#5306) 2024-08-08 19:39:00 +05:30
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: atoi (#5324) 2024-08-15 11:43:47 +03:00