Commit Graph

  • 009c2b38af Enhance docs, add more tests in ArrayCombination (#5842) Hardik Pawar 2024-10-26 14:20:22 +05:30
  • 788f4d8b28 Enhance docs, add more tests in NonRepeatingNumberFinder (#5843) Hardik Pawar 2024-10-26 14:16:40 +05:30
  • 82dee61701 Add TokenBucket algorithm (#5840) Hardik Pawar 2024-10-26 14:09:31 +05:30
  • 9dbdaf6afb Enhance docs, add tests in RotateSinglyLinkedLists (#6011) Hardik Pawar 2024-10-26 13:56:21 +05:30
  • e1a0155966 Enhance docs, add tests in GenericArrayListQueue (#6016) Hardik Pawar 2024-10-26 13:48:38 +05:30
  • ab9a55272d Enhance docs, remove main, add tests in NodeStack (#6017) Hardik Pawar 2024-10-26 13:44:29 +05:30
  • 1e507068cd Enhance docs, remove main, add tests in StackArray (#6019) Hardik Pawar 2024-10-26 13:08:32 +05:30
  • f3c2be2c39 Add GangScheduling algorithm (#5819) Hardik Pawar 2024-10-26 12:55:20 +05:30
  • 1d19449931 Add AgingScheduling algorithm (#5813) Hardik Pawar 2024-10-26 12:51:47 +05:30
  • acbce00177 Add FairShareScheduling algorithm (#5815) Hardik Pawar 2024-10-26 12:41:51 +05:30
  • ecf4c3768f Add ProportionalFairScheduling algorithm (#5812) Hardik Pawar 2024-10-26 12:34:38 +05:30
  • 7a539bc17f Add SelfAdjustingScheduling algorithm (#5811) Hardik Pawar 2024-10-26 12:31:07 +05:30
  • 32cb98db01 Add MultiAgentScheduling algorithm (#5816) Hardik Pawar 2024-10-26 12:23:36 +05:30
  • 92a04f8f8d Add SlackTimeScheduling algorithm (#5814) Hardik Pawar 2024-10-26 12:10:39 +05:30
  • 59a8e1d418 Enhance docs, add tests in SortedLinkedList (#6014) Hardik Pawar 2024-10-26 11:59:30 +05:30
  • 2083d68dae Enhance docs, add tests in StackArrayList (#6020) Hardik Pawar 2024-10-26 11:53:14 +05:30
  • 6545688555 Enhance docs, add tests in CircularQueue (#6015) Hardik Pawar 2024-10-26 11:48:56 +05:30
  • c40eb8dbac Add KCenters algorithm (#5806) Hardik Pawar 2024-10-26 11:45:24 +05:30
  • e0ab1d357c Add OptimalFileMerging algorithm (#5805) Hardik Pawar 2024-10-26 11:35:27 +05:30
  • 3a30e48315 Enhance docs, add tests in MinPriorityQueue (#5986) Hardik Pawar 2024-10-26 11:31:27 +05:30
  • 6684a6993e Enhance docs, add tests in StackOfLinkedList (#6021) Hardik Pawar 2024-10-26 11:28:11 +05:30
  • 0f1dcbe479 Add longest substring (#6007) PANKAJ PATWAL 2024-10-26 01:48:40 +05:30
  • 135fb08224 Add EgyptianFraction algorithm (#5804) Hardik Pawar 2024-10-26 00:53:20 +05:30
  • cebefbc8b6 Add tests Tower of Hanoi (#5736) Giulio Tantaro 2024-10-25 21:18:32 +02:00
  • 131e5381be Add tests Generic Heap and add check null item (#5801) Giulio Tantaro 2024-10-25 19:56:54 +02:00
  • 3b2ba488bb Add chinese remainder theorem (#5873) Ayush Kumar 2024-10-25 23:21:31 +05:30
  • e154a50105 Fix typo in README.md (#5895) KhalidDev 2024-10-25 20:48:00 +03:00
  • bc9645c0ea Add Sliding Window algorithm and tests for maximum sum of subarray (#6001) PANKAJ PATWAL 2024-10-25 23:08:26 +05:30
  • 202879aa58 Enhance docs, add tests in CircleLinkedList (#5991) Hardik Pawar 2024-10-25 20:46:34 +05:30
  • c766c5e812 Enhance docs, remove main, add tests in `CountSinglyLinke… (#5992) Hardik Pawar 2024-10-25 20:40:15 +05:30
  • ed35374ab0 Add to WordLadderTest corner case where wordList is empty (#5908) jasonjyu 2024-10-25 11:05:43 -04:00
  • f3e0900d2b Enhance docs, add tests in CursorLinkedList (#5994) Hardik Pawar 2024-10-25 20:31:06 +05:30
  • 3a8b04afea Enhance docs, add tests in MergeKSortedLinkedList (#5995) Hardik Pawar 2024-10-25 20:19:55 +05:30
  • cd87dc3877 Enhance docs, add tests in CreateAndDetectLoop (#5993) Hardik Pawar 2024-10-25 20:09:17 +05:30
  • c8e9e748b2 Enhance docs, remove main, add tests in `MergeSortedArray… (#5996) Hardik Pawar 2024-10-25 20:03:40 +05:30
  • fed2d4b5ef Enhance docs, remove main, add tests in `MergeSortedSingl… (#5997) Hardik Pawar 2024-10-25 19:55:55 +05:30
  • 6f489e5704 Enhance docs, add tests in QuickSortLinkedList (#5998) Hardik Pawar 2024-10-25 19:50:59 +05:30
  • 5246f63579 Enhance docs, remove main. add more tests (#5925) #5987 Hardik Pawar 2024-10-24 11:20:12 +05:30
  • 0feb416188 Enhance docs, add tests in Kruskal (#5967) Hardik Pawar 2024-10-24 11:11:55 +05:30
  • 578e5a73df Enhance docs, add more tests in Kosaraju (#5966) Hardik Pawar 2024-10-24 11:08:08 +05:30
  • 13be2501c2 Enhance docs, add tests in KahnsAlgorithm (#5965) Hardik Pawar 2024-10-24 10:59:16 +05:30
  • 3a9a2c4160 Enhance docs, add more tests in HamiltonianCycle (#5963) Hardik Pawar 2024-10-24 10:52:24 +05:30
  • 1b51e3e988 Enhance docs, add more tests in JohnsonsAlgorithm (#5964) Hardik Pawar 2024-10-24 10:48:12 +05:30
  • be0b1d58d6 Enhance docs, add more tests in LFUCache (#5949) Hardik Pawar 2024-10-23 23:51:03 +05:30
  • b64e53cd3d Enhance docs, add more tests in LRUCache (#5950) Hardik Pawar 2024-10-23 23:46:19 +05:30
  • 520e46443e Enhance docs, add more tests in FordFulkerson (#5953) Hardik Pawar 2024-10-23 23:37:04 +05:30
  • 4f7957ff14 Enhance docs, add more tests in DynamicArray (#5952) Hardik Pawar 2024-10-23 23:30:38 +05:30
  • d868982a72 Enhance docs, add more tests in MRUCache (#5951) Hardik Pawar 2024-10-23 16:05:26 +05:30
  • 8db9d10748 Enhance docs, add more tests in BloomFilter (#5948) Hardik Pawar 2024-10-23 12:37:14 +05:30
  • 730eb5a5f6 Enhance docs, add more tests in Bag (#5947) Hardik Pawar 2024-10-23 12:31:26 +05:30
  • fef1f3ca44 Enhance docs, add more tests in UnitsConverter (#5946) Hardik Pawar 2024-10-23 12:25:23 +05:30
  • a8a1abac64 Enhance docs in UnitConversions (#5945) Hardik Pawar 2024-10-23 12:17:59 +05:30
  • 03fe106e32 Enhance docs, add more tests in PhoneticAlphabetConverter (#5943) Hardik Pawar 2024-10-23 12:11:48 +05:30
  • 757d10c277 Remove 'main', add tests in TurkishToLatinConversion (#5944) Hardik Pawar 2024-10-23 12:06:43 +05:30
  • d85f192421 Enhance docs, add more tests in OctalToBinary (#5942) Hardik Pawar 2024-10-23 12:03:00 +05:30
  • 7bbdae5fe0 Enhance docs, add more tests in RomanToInteger (#5926) Hardik Pawar 2024-10-23 11:55:20 +05:30
  • aaaf96b05f Enhance docs, add more tests in IntegerToEnglish (#5924) Hardik Pawar 2024-10-23 11:50:58 +05:30
  • 2f9f75a3a7 Add StronglyConnectedComponentOptimized (#5825) Vignesh.S 2024-10-23 11:14:02 +05:30
  • 60060250ca Add palindrome checker using stack (#5887) S M Jishanul Islam 2024-10-23 01:31:29 +06:00
  • 0f8cda987d Add the retrieval of minimum and maximum element from stack at O(1) (#5714) S M Jishanul Islam 2024-10-23 00:36:14 +06:00
  • 87030aff1e Add BaconianCipher (#5932) Benjamin Burstein 2024-10-22 14:30:37 -04:00
  • c56d282ae0 Add DiffieHellman and MonoAlphabetic (#5508) Ritisha Pande 2024-10-22 23:46:35 +05:30
  • 5a1f681234 Optimize BreadthFirstSearch implementation (#5882) Manish Raj 2024-10-22 23:37:19 +05:30
  • 0bb22fbc7d Remove main function from GCD class (#5828) Tanmay Singh 2024-10-22 23:34:00 +05:30
  • ef72b1e40b Remove main function, improve docstring, add JUnit tests for KrishnamurthyNumber. (#5881) Tanmay Singh 2024-10-22 23:24:45 +05:30
  • efb16c1eff Add edge case to handle negative rod length in RodCutting algorithm (#5904) PANKAJ PATWAL 2024-10-22 23:20:47 +05:30
  • 69a1424415 Add StalinSort (#5738) ANANT JAIN 2024-10-22 23:02:51 +05:30
  • c440c1d69e Bump org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.3 (#5937) dependabot[bot] 2024-10-22 11:39:55 +03:00
  • ae37b5f152 Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.5 (#5936) dependabot[bot] 2024-10-22 11:35:26 +03:00
  • cff79d4439 Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 (#5935) dependabot[bot] 2024-10-22 11:11:41 +03:00
  • 7f21f2d316 Bump org.junit:junit-bom from 5.11.2 to 5.11.3 (#5934) dependabot[bot] 2024-10-22 11:07:55 +03:00
  • e499d3b63e Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 (#5856) dependabot[bot] 2024-10-19 12:27:26 +00:00
  • 33dee073d0 Add AssignmentUsingBitmask algorithm (#5792) Hardik Pawar 2024-10-16 17:46:32 +05:30
  • 169a01e0c8 Enhance documentation in FractionalKnapsack (#5795) Hardik Pawar 2024-10-16 16:59:15 +05:30
  • dfff8d95d2 Add MinimumWaitingTime algorithm (#5794) Hardik Pawar 2024-10-16 15:22:17 +05:30
  • a537654049 Add StockProfitCalculator (#5793) Hardik Pawar 2024-10-16 14:00:27 +05:30
  • 2a518e3c9a Add Abbreviation algorithm (#5790) Hardik Pawar 2024-10-15 21:25:27 +05:30
  • b35f98a67a Add Rail Fence Cipher (#5761) Varnan Rathod 2024-10-15 20:53:10 +05:30
  • 3e10f8f1d8 Add tests, remove main, fix bug in Sparsity (#5780) Hardik Pawar 2024-10-15 20:22:48 +05:30
  • 7e11e9bb82 Add tests for EulerMethod (#5769) Hardik Pawar 2024-10-15 17:31:06 +05:30
  • 9eff71bf05 Add tests for ConvolutionFFT (#5767) Hardik Pawar 2024-10-15 17:11:26 +05:30
  • f1aceea732 Enhance class & function documentation in CircularBuffer.java (#5582) Hardik Pawar 2024-10-15 17:07:35 +05:30
  • 640d823580 Add tests, remove main in PalindromePrime (#5773) Hardik Pawar 2024-10-15 15:59:37 +05:30
  • 9f5478f599 Fix a wrong comment in the tree postorder traversal (#5774) Radhika Shah 2024-10-15 15:56:10 +05:30
  • be70801aa2 feat: add bresenham's line drawing algorithm (#5779) Saahil Mahato 2024-10-15 14:57:58 +05:45
  • 32bf532133 refactor: Enhance docs, add more tests in ArrayCombination (#5841) Hardik Pawar 2024-10-15 14:29:16 +05:30
  • adf21ab0c8 feat: Add CelebrityFinder new algorithm with Junit tests (#5756) Hardik Pawar 2024-10-15 14:18:48 +05:30
  • 776946e165 feat: Add MinStackUsingTwoStacks new algorithm with Junit tests (#5758) Hardik Pawar 2024-10-15 13:42:50 +05:30
  • 30504c179e Add MinStackUsingSingleStack algorithm (#5759) Hardik Pawar 2024-10-15 11:06:22 +05:30
  • 8886e0996a style: include OCP_OVERLY_CONCRETE_PARAMETER (#5833) Piotr Idzik 2024-10-14 22:46:28 +02:00
  • 3af4cfd7c8 Add SumOfOddNumbers (#5730) Byte Bender 2024-10-15 01:32:40 +05:30
  • 6ef1f7ca01 Add tests, remove main in ThreeSumProblem (#5781) Hardik Pawar 2024-10-14 23:26:05 +05:30
  • 1dfa2e571b feat: Add ConvexHull new algorithm with Junit tests (#5789) Hardik Pawar 2024-10-14 23:21:59 +05:30
  • bcf4034ce5 Add tests, remove main in WordBoggle (#5782) Hardik Pawar 2024-10-14 16:57:06 +05:30
  • 8d8834987a Add tests, remove main in EulerMethod (#5771) Hardik Pawar 2024-10-14 16:40:18 +05:30
  • e19378d56c Add tests, remove main in RangeInSortedArray (#5778) Hardik Pawar 2024-10-14 16:18:55 +05:30
  • 9c76b30271 Add tests for Convolution (#5766) Hardik Pawar 2024-10-14 14:25:15 +05:30
  • 85b3b1dfbe Add disk scheduling algorithms (#5748) xuyang471 2024-10-14 16:22:30 +08:00
  • e9b897bdeb Add PhoneticAlphabetConverter (#5752) Hardik Pawar 2024-10-14 13:14:58 +05:30
  • 5a710ea61f Add EndianConverter algorithm (#5751) Hardik Pawar 2024-10-14 13:09:58 +05:30