2602 Commits

Author SHA1 Message Date
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
788f4d8b28 Enhance docs, add more tests in NonRepeatingNumberFinder (#5843) 2024-10-26 08:46:40 +00:00
82dee61701 Add TokenBucket algorithm (#5840) 2024-10-26 08:39:31 +00:00
9dbdaf6afb Enhance docs, add tests in RotateSinglyLinkedLists (#6011) 2024-10-26 08:26:21 +00:00
e1a0155966 Enhance docs, add tests in GenericArrayListQueue (#6016) 2024-10-26 08:18:38 +00:00
ab9a55272d Enhance docs, remove main, add tests in NodeStack (#6017) 2024-10-26 08:14:29 +00:00
1e507068cd Enhance docs, remove main, add tests in StackArray (#6019) 2024-10-26 07:38:32 +00:00
f3c2be2c39 Add GangScheduling algorithm (#5819) 2024-10-26 07:25:20 +00:00
1d19449931 Add AgingScheduling algorithm (#5813) 2024-10-26 07:21:47 +00:00
acbce00177 Add FairShareScheduling algorithm (#5815) 2024-10-26 07:11:51 +00:00
ecf4c3768f Add ProportionalFairScheduling algorithm (#5812) 2024-10-26 07:04:38 +00:00
7a539bc17f Add SelfAdjustingScheduling algorithm (#5811) 2024-10-26 07:01:07 +00:00
32cb98db01 Add MultiAgentScheduling algorithm (#5816) 2024-10-26 06:53:36 +00:00
92a04f8f8d Add SlackTimeScheduling algorithm (#5814) 2024-10-26 06:40:39 +00:00
59a8e1d418 Enhance docs, add tests in SortedLinkedList (#6014) 2024-10-26 06:29:30 +00:00
2083d68dae Enhance docs, add tests in StackArrayList (#6020) 2024-10-26 06:23:14 +00:00
6545688555 Enhance docs, add tests in CircularQueue (#6015) 2024-10-26 06:18:56 +00:00
c40eb8dbac Add KCenters algorithm (#5806) 2024-10-26 06:15:24 +00:00
e0ab1d357c Add OptimalFileMerging algorithm (#5805) 2024-10-26 06:05:27 +00:00
3a30e48315 Enhance docs, add tests in MinPriorityQueue (#5986) 2024-10-26 06:01:27 +00:00
6684a6993e Enhance docs, add tests in StackOfLinkedList (#6021) 2024-10-26 08:58:11 +03:00
0f1dcbe479 Add longest substring (#6007) 2024-10-25 20:18:40 +00:00
135fb08224 Add EgyptianFraction algorithm (#5804) 2024-10-25 19:23:20 +00:00
cebefbc8b6 Add tests Tower of Hanoi (#5736) 2024-10-25 22:18:32 +03:00
131e5381be Add tests Generic Heap and add check null item (#5801) 2024-10-25 17:56:54 +00:00
3b2ba488bb Add chinese remainder theorem (#5873) 2024-10-25 17:51:31 +00:00
e154a50105 Fix typo in README.md (#5895) 2024-10-25 20:48:00 +03:00
bc9645c0ea Add Sliding Window algorithm and tests for maximum sum of subarray (#6001) 2024-10-25 20:38:26 +03:00
202879aa58 Enhance docs, add tests in CircleLinkedList (#5991) 2024-10-25 15:16:34 +00:00
c766c5e812 Enhance docs, remove main, add tests in `CountSinglyLinke… (#5992) 2024-10-25 15:10:15 +00:00