JavaAlgorithms/src/main/java/com/thealgorithms
2023-12-02 19:53:17 +02:00
..
audiofilters Make code more idiomatic (#4249) 2023-07-23 13:51:52 +03:00
backtracking Fix formatting of FloodFill (#4361) 2023-09-09 21:48:02 +03:00
bitmanipulation Correct documentation of IsEven (#4845) 2023-10-19 21:37:29 +02:00
ciphers Fixed some typos and links for javadoc, and some refactoring (#4755) 2023-10-15 19:32:24 +05:30
conversions Explicitly cast result of Math.pow to int in BinaryToHexadecimal (#4970) 2023-11-29 23:30:59 +02:00
datastructures Add Boruvka's algorithm to find Minimum Spanning Tree (#4964) 2023-12-02 19:53:17 +02:00
devutils Add automatic linter (#4214) 2023-06-09 20:05:14 +08:00
divideandconquer Enhance code density and readability (#4914) 2023-10-30 23:18:05 +01:00
dynamicprogramming Add Tribonacci Numbers (fixes #4646) (#4959) 2023-11-26 13:34:13 +02:00
geometry Fixed some typos and links for javadoc, and some refactoring (#4755) 2023-10-15 19:32:24 +05:30
greedyalgorithms Use explicit cast to int in FractionalKnapsack (#4971) 2023-11-29 23:21:25 +02:00
io Fix small typos (#4357) 2023-09-08 16:10:22 +03:00
maths Make sumOfDigits long in HarshadNumber.isHarshad (#4973) 2023-11-30 22:06:31 +05:30
matrixexponentiation Add automatic linter (#4214) 2023-06-09 20:05:14 +08:00
minimizinglateness Code cleanup (#4246) 2023-07-22 15:23:00 +00:00
misc Added MapReduce Algorithm in Misc Folder. (#4828) 2023-10-25 09:30:18 +05:30
others Cleanup BoyerMoore (#4951) 2023-10-31 09:07:59 +01:00
scheduling chore: enforce InsertNewlineAtEOF in clang-format (#4343) 2023-09-01 04:10:46 +00:00
searches Update BinarySearch (#4747) 2023-10-12 23:13:32 +03:00
sorts refactor: use method SortUtils.swap (#4946) 2023-10-30 23:09:43 +01:00
stacks Moved StackPostfixNotation.java from the Others section to the Stack section (#4372) 2023-09-18 21:27:36 +02:00
strings Add AhoCorasick (#4465) 2023-10-08 15:16:06 +02:00