2777 Commits

Author SHA1 Message Date
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
ed35374ab0 Add to WordLadderTest corner case where wordList is empty (#5908) 2024-10-25 15:05:43 +00:00
f3e0900d2b Enhance docs, add tests in CursorLinkedList (#5994) 2024-10-25 15:01:06 +00:00
3a8b04afea Enhance docs, add tests in MergeKSortedLinkedList (#5995) 2024-10-25 14:49:55 +00:00
cd87dc3877 Enhance docs, add tests in CreateAndDetectLoop (#5993) 2024-10-25 14:39:17 +00:00
c8e9e748b2 Enhance docs, remove main, add tests in `MergeSortedArray… (#5996) 2024-10-25 14:33:40 +00:00
fed2d4b5ef Enhance docs, remove main, add tests in `MergeSortedSingl… (#5997) 2024-10-25 14:25:55 +00:00
6f489e5704 Enhance docs, add tests in QuickSortLinkedList (#5998) 2024-10-25 17:20:59 +03:00
5246f63579 Enhance docs, remove main. add more tests (#5925) 2024-10-24 05:50:12 +00:00
0feb416188 Enhance docs, add tests in Kruskal (#5967) 2024-10-24 05:41:55 +00:00
578e5a73df Enhance docs, add more tests in Kosaraju (#5966) 2024-10-24 05:38:08 +00:00
13be2501c2 Enhance docs, add tests in KahnsAlgorithm (#5965) 2024-10-24 05:29:16 +00:00
3a9a2c4160 Enhance docs, add more tests in HamiltonianCycle (#5963) 2024-10-24 05:22:24 +00:00
1b51e3e988 Enhance docs, add more tests in JohnsonsAlgorithm (#5964) 2024-10-24 08:18:12 +03:00
be0b1d58d6 Enhance docs, add more tests in LFUCache (#5949) 2024-10-23 18:21:03 +00:00
b64e53cd3d Enhance docs, add more tests in LRUCache (#5950) 2024-10-23 18:16:19 +00:00
520e46443e Enhance docs, add more tests in FordFulkerson (#5953) 2024-10-23 18:07:04 +00:00
4f7957ff14 Enhance docs, add more tests in DynamicArray (#5952) 2024-10-23 18:00:38 +00:00
d868982a72 Enhance docs, add more tests in MRUCache (#5951) 2024-10-23 13:35:26 +03:00
8db9d10748 Enhance docs, add more tests in BloomFilter (#5948) 2024-10-23 07:07:14 +00:00
730eb5a5f6 Enhance docs, add more tests in Bag (#5947) 2024-10-23 07:01:26 +00:00
fef1f3ca44 Enhance docs, add more tests in UnitsConverter (#5946) 2024-10-23 06:55:23 +00:00
a8a1abac64 Enhance docs in UnitConversions (#5945) 2024-10-23 06:47:59 +00:00
03fe106e32 Enhance docs, add more tests in PhoneticAlphabetConverter (#5943) 2024-10-23 06:41:48 +00:00
757d10c277 Remove 'main', add tests in TurkishToLatinConversion (#5944) 2024-10-23 06:36:43 +00:00
d85f192421 Enhance docs, add more tests in OctalToBinary (#5942) 2024-10-23 06:33:00 +00:00