303 Commits

Author SHA1 Message Date
b8633ad14c feat: Add countLeadingZeros new algorithm with Junit tests (#5703) 2024-10-12 09:19:55 +03:00
966b4e369d feat: Add ClearLeftmostSetBit new algorithm with Junit tests (#5702) 2024-10-12 09:00:12 +03:00
0ca4398188 feat: Add RandomSearch new algorithm with Junit tests (#5701) 2024-10-11 16:58:34 +03:00
2338428578 Add cipher class, cipher tests, enhance docs in 'AtbashCipher.java' (#5690) 2024-10-11 06:05:26 +00:00
b1aeac5cd6 Add tests, remove main in UpperBound (#5679) 2024-10-10 20:36:06 +00:00
4ec2701302 Add tests, remove main in TernarySearch (#5677) 2024-10-10 20:32:32 +00:00
6802029251 Add tests, remove main in LinearSearchThread (#5671) 2024-10-10 23:29:20 +03:00
29ad197a64 Add tests, remove main in SaddlebackSearch (#5674) 2024-10-10 23:24:52 +03:00
e8b32513c8 Add tests, remove main in MonteCarloTreeSearch (#5673) 2024-10-10 23:20:39 +03:00
b1724fa737 Add tests, remove main in LinearSearch (#5670) 2024-10-10 23:12:07 +03:00
401d87365e Add tests, remove main in UnionFind (#5678) 2024-10-10 23:07:02 +03:00
fb11d455dd Add tests in SearchInARowAndColWiseSortedMatrix (#5675) 2024-10-10 23:02:13 +03:00
a663e66782 Add tests, remove main in SquareRootBinarySearch (#5676) 2024-10-10 22:57:40 +03:00
38285771c8 Add tests, remove main in JumpSearch (#5669) 2024-10-10 22:51:06 +03:00
f992fc425d Add tests, remove main in IterativeTernarySearch (#5668) 2024-10-10 22:45:26 +03:00
0a7065df38 Add tests, remove main in IterativeBinarySearch (#5667) 2024-10-10 22:41:07 +03:00
ba3d3bf54e Add tests, remove main, improve docs in InterpolationSearch (#5666) 2024-10-10 22:36:38 +03:00
d197fc7df2 Add tests, remove main, improve docs in ExponentialSearch (#5664) 2024-10-10 22:30:37 +03:00
a4e4319126 Add tests, remove main, improve docs in FibonacciSearch (#5665) 2024-10-10 22:26:16 +03:00
ca5fbbf0a9 Add tests, remove main in BinarySearch (#5663) 2024-10-10 22:22:42 +03:00
ac2c88ca9f Add tests, add IllegalArgumentException, remove main in `WineProb… (#5662) 2024-10-10 21:19:37 +03:00
c18dbc43b5 Add tests, add IllegalArgumentException in RodCutting (#5661) 2024-10-10 21:15:35 +03:00
41f7e6aa9d Add tests, improve docs in NewManShanksPrime (#5660) 2024-10-10 21:11:43 +03:00
e728aa7d6f Add tests, remove main, enhance docs in MatrixChainMultiplication (#5658) 2024-10-10 20:16:04 +03:00
bd3b754eda Add EDFScheduling algorithm (#5657) 2024-10-10 19:56:44 +03:00
c0f35242a1 Add tests, remove print & main methods in BoundaryFill.java (#5640) 2024-10-09 22:56:51 +03:00
029dd85646 Add tests, enhance docs in KadaneAlgorithm.java (#5646) 2024-10-09 22:36:00 +03:00
ce9f42081d Add tests, remove main, add negativity test in Fibonacci.java (#5645) 2024-10-09 22:20:45 +03:00
4a0e46dae6 Add tests, remove main in DiceThrow/DP.java (#5644) 2024-10-09 22:16:20 +03:00
6ddb26f48d Add tests, remove main & print methods in CoinChange.java (#5642) 2024-10-09 22:04:04 +03:00
0603accfd4 Add tests, remove main method, improve docs in BruteForceKnapsack (#5641) 2024-10-09 11:09:36 +03:00
49a87d3b58 Add tests for CountFriendsPairing (#5643) 2024-10-09 10:08:16 +03:00
4bcab89f05 Add JobSchedulingWithDeadline algorithm (#5608) 2024-10-09 06:33:39 +00:00
5c79e5de5d Add MedianOfTwoSortedArrays algorithm (#5554) 2024-10-09 08:56:08 +03:00
d437d581f4 Remove print & main methods (#5584) 2024-10-08 21:07:46 +03:00
ecd75c0c2e Add CrosswordSolver algorithm (#5626) 2024-10-08 21:00:02 +03:00
435532fb7b Add WordPatternMatcher algorithm (#5627) 2024-10-08 20:45:17 +03:00
d3bd2874c8 Add StackUsingTwoQueues algorithm (#5625) 2024-10-08 20:37:10 +03:00
136e0e23a4 Add SortStack algorithm (#5624) 2024-10-08 19:17:56 +03:00
9fb8192356 Add QueueByTwoStacks algorithm (#5623) 2024-10-08 00:24:57 +03:00
bd9e324e8c Add QuadraticEquationSolver and test cases (#5619) 2024-10-07 21:17:45 +00:00
5dcf6c0f29 Enhance Trie data structure with added methods and tests (#5538) 2024-10-07 21:11:55 +00:00
62144f61af Add tests for AStar.java, enhance documentation (#5603) 2024-10-07 19:25:48 +03:00
d422bf5983 Add tests for AffineConverter.java (#5602) 2024-10-07 15:15:50 +00:00
25dc55e4ae Add Junit tests for ColumnarTranspositionCipher.java (#5599) 2024-10-07 15:11:56 +00:00
f80850b244 Add Junit tests for AffineCipher.java, improve documentation (#5598) 2024-10-07 18:08:55 +03:00
99d7f80a61 Add Junit tests for AESEncryption.java (#5597) 2024-10-07 18:00:57 +03:00
26e8ead4ed Add tests for A5Cipher.java, improve class & function documentation (#5594) 2024-10-07 14:28:01 +00:00
93cfa86a97 Add tests for A5KeyStreamGenerator.java, improve documentation (#5595) 2024-10-07 14:23:21 +00:00
cacd23a2bd Add binary addition (#5593) 2024-10-07 14:17:04 +00:00