942 Commits

Author SHA1 Message Date
94fb92e508 Enhance docs, add tests in GenericHeap (#5980) 2024-10-29 20:11:30 +00:00
63d13b6f3a Enhance docs, add tests in GenericHashMapUsingArray (#5972) 2024-10-29 18:51:27 +00:00
fd14016c86 Enhance docs, add more tests in ReverseBits (#5859) 2024-10-29 18:17:30 +00:00
54567e2ed3 Enhance docs, add more tests in SwapAdjacentBits (#5861) 2024-10-29 18:12:46 +00:00
b31bc86192 Enhance docs, add tests in AVLTree (#6058) 2024-10-29 18:02:33 +00:00
e94be712df Add RandomScheduling algorithm (#5810) 2024-10-29 17:52:37 +00:00
d1c1e6b4d2 Add uniform number counting algorithm (#6052) 2024-10-29 17:46:29 +00:00
bca8d0efe0 Add Longest Subarray With Sum Less Than or Equal to K algorithm (#6042) 2024-10-27 22:54:30 +02:00
a2e526b610 Add tests for NodeStack (#6009) 2024-10-27 22:39:56 +02:00
d4a13fc8b5 Enhance docs, remove main, add tests in `SearchSinglyLink… (#6012) 2024-10-26 22:13:57 +03:00
985c1f9dd1 Add Maximum Sliding Window algorithm (#5848) 2024-10-26 19:05:14 +00:00
3da16a7fe0 Add LongestCommonPrefix (#5849) 2024-10-26 19:01:47 +00:00
84522baa92 Update README.md and add some description (#5886) 2024-10-26 18:55:41 +00:00
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