2781 Commits

Author SHA1 Message Date
8b604858f5 Enhance docs, add more tests in Vigenere (#5899) 2024-10-26 18:50:31 +00:00
e6f70634a4 Cleanup combination and combination test (#5902) 2024-10-26 18:39:23 +00:00
b5a097c56a Enhance docs, add more tests in EndianConverter (#5921) 2024-10-26 21:35:36 +03:00
62c9309a31 Enhance docs, remove main, add tests in PrimMST (#5969) 2024-10-26 18:10:19 +00:00
ce3dd01e68 Enhance docs, remove main. add more tests in `HexaDecimal… (#5922) 2024-10-26 21:06:52 +03:00
cfa35a4fd9 Add tests, fix removeEdge bug in MatrixGraphs (#5968) 2024-10-26 18:00:02 +00:00
a8b8420716 Enhance docs, remove main. add more tests in `HexaDecimal… (#5923) 2024-10-26 17:55:18 +00:00
c6571382d9 Enhance docs, add tests in TarjansAlgorithm (#5970) 2024-10-26 17:51:13 +00:00
474e0dea02 Enhance docs, add more tests in WelshPowell (#5971) 2024-10-26 16:57:43 +00:00
a78b15dc24 Enhance docs, add tests in MinHeap (#5985) 2024-10-26 16:53:32 +00:00
bc6ea1ec87 Enhance docs, fix & add tests in `GenericHashMapUsingArrayL… (#5973) 2024-10-26 16:45:16 +00:00
f5bc2c807d Add more tests in HashMap (#5974) 2024-10-26 16:29:21 +00:00
cd40dfbb41 Enhance docs, add tests in HashMapCuckooHashing (#5975) 2024-10-26 16:17:58 +00:00
84cd883e95 Enhance docs, add tests in Intersection (#5976) 2024-10-26 16:08:52 +00:00
26f114cb60 Enhance docs, add tests in LinearProbingHashMap (#5977) 2024-10-26 16:05:31 +00:00
4ea3098595 Enhance docs, add tests in MajorityElement (#5978) 2024-10-26 16:02:07 +00:00
7e87e5840e Enhance docs, add tests in FibonacciHeap (#5979) 2024-10-26 15:44:30 +00:00
8a18d451d6 Enhance docs, add tests in HeapElement (#5981) 2024-10-26 15:39:28 +00:00
08bd1ffe73 Refactor AtbashCipher, add ParameterizedTest (#5808) 2024-10-26 15:33:33 +00:00
20239f20f1 Enhance docs, add tests in LeftistHeap (#5982) 2024-10-26 18:28:55 +03:00
709d9771e2 Add GenerateSubsets algorithm (#5867) 2024-10-26 15:23:50 +00:00
687d2518cc Enhance docs, remove main, add tests in AnytoAny (#5916) 2024-10-26 15:11:34 +00:00
4e46002103 Enhance docs, add more tests in XORCipher (#5900) 2024-10-26 18:07:47 +03:00
03777f8d88 Add MinSumKSizeSubarray algorithm (#6025) 2024-10-26 14:54:53 +00:00
4d85c61c37 Enhance docs, add more tests in RSA (#5898) 2024-10-26 14:50:32 +00:00
3de202b953 Enhance docs, add more tests in ADFGVXCipher (#5897) 2024-10-26 14:46:02 +00:00
196cc60982 Add AllConstruct algorithm (#5791) 2024-10-26 14:40:17 +00:00
94daff0895 Add NextHigherSameBitCount algorithm (#5865) 2024-10-26 14:31:11 +00:00
9e1dd86a08 Add MergeKSortedArrays algorithm (#5838) 2024-10-26 12:19:37 +00:00
04e421b837 Add SlidingWindowMaximum algorithm (#5839) 2024-10-26 12:12:55 +00:00
f20f8d1836 Enhance docs, add more tests in AffineConverter (#5915) 2024-10-26 12:07:21 +00:00
73416e2f0c Add BandwidthAllocation algorithm (#5807) 2024-10-26 15:03:40 +03:00
7cf568c975 Add midpoint circle algorithm (#5868) 2024-10-26 11:50:33 +00:00
921821214f Add a new method to check Perfect Square (#5917) 2024-10-26 11:30:33 +00:00
95875b0ae4 Add another method to find kth number (#5918) 2024-10-26 11:26:01 +00:00
871e4df0d9 Add another method to check Pronic number (#5919) 2024-10-26 11:19:16 +00:00
1577ec4e62 Add Catalan number (#5846) 2024-10-26 10:10:20 +00:00
70adf6f223 Add midpoint ellipse algorithm (#5870) 2024-10-26 09:49:10 +00:00
e4ef072f83 Add FirstDifferentBit algorithm (#5866) 2024-10-26 09:43:56 +00:00
5d428d08a2 Add MedianFinder algorithm (#5837) 2024-10-26 09:35:23 +00:00
d572997894 Add KthElementFinder algorithm (#5836) 2024-10-26 09:30:42 +00:00
cdf509fc06 Add OneBitDifference algorithm (#5864) 2024-10-26 09:26:46 +00:00
8551addbf2 Add ModuloPowerOfTwo algorithm (#5863) 2024-10-26 09:22:29 +00:00
fb85a4884f Enhance docs, add more tests in TwosComplement (#5862) 2024-10-26 09:18:17 +00:00
ef7f2e97e3 Enhance docs, add more tests in SingleBitOperations (#5860) 2024-10-26 09:14:20 +00:00
647a82a997 Enhance docs, remove main, add tests in ReverseStack (#6018) 2024-10-26 09:10:08 +00:00
b0cef5b571 Enhance docs, add more tests in NumbersDifferentSigns (#5858) 2024-10-26 09:05:22 +00:00
2ec4a1f532 Enhance docs, add more tests in NumberAppearingOddTimes (#5857) 2024-10-26 09:01:22 +00:00
6fc53ecc99 Add IPv6Converter algorithm (#5783) 2024-10-26 08:57:14 +00:00
009c2b38af Enhance docs, add more tests in ArrayCombination (#5842) 2024-10-26 08:50:22 +00:00