JavaAlgorithms/src/test/java/com/thealgorithms
2024-01-05 23:05:52 +02:00
..
backtracking Fix : Floodfill infinite recursion due to same color (#4359) 2023-09-09 20:07:59 +02:00
bitmanipulation Remove SetKthBit in favor of SingleBitOperations.setBit (#4991) 2024-01-04 00:28:59 +02:00
ciphers Add Playfair Cipher (#4988) 2024-01-03 15:14:38 +02:00
conversions chore: enforce InsertNewlineAtEOF in clang-format (#4343) 2023-09-01 04:10:46 +00:00
datastructures Add OR-Set (Observed-Remove Set) (#4980) 2023-12-11 23:05:43 +02:00
divideandconquer chore: enforce InsertNewlineAtEOF in clang-format (#4343) 2023-09-01 04:10:46 +00:00
dynamicprogramming Add Tribonacci Numbers (fixes #4646) (#4959) 2023-11-26 13:34:13 +02:00
geometry chore: enforce InsertNewlineAtEOF in clang-format (#4343) 2023-09-01 04:10:46 +00:00
greedyalgorithms Add Greedy Algorithms (fixes #4493) (#4504) 2023-10-03 20:30:18 +03:00
io Code cleanup (#4246) 2023-07-22 15:23:00 +00:00
maths Cleanup SumOfDigits and its tests (#4994) 2024-01-05 23:05:52 +02: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 chore: enforce InsertNewlineAtEOF in clang-format (#4343) 2023-09-01 04:10:46 +00: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