Commit Graph

  • 0ff2c06a47 chore(deps): bump com.mebigfatguy.fb-contrib:fb-contrib from 7.6.12 to 7.6.13 (#6477) dependabot[bot] 2025-08-19 21:24:04 +02:00
  • 6c24d27b03 Move methods from others to correct packages (#6475) Deniz Altunkapan 2025-08-18 22:28:19 +02:00
  • 9f0dd37c5e chore(deps-dev): bump org.mockito:mockito-core from 5.18.0 to 5.19.0 (#6471) dependabot[bot] 2025-08-15 23:18:53 +02:00
  • b0d7c06314 Update DIRECTORY.md (#6469) Deniz Altunkapan 2025-08-15 20:32:28 +02:00
  • 2dd6a13707 Add DFS with parent-completion constraint for DAG traversal (#6467) Stathis Veinoglou 2025-08-15 19:41:52 +03:00
  • 16345cba6d Update DIRECTORY.md (#6468) Deniz Altunkapan 2025-08-14 21:29:37 +02:00
  • 657f433413 Hopcroft karp Algorithm implementation and tests (#6465) ptzecher 2025-08-14 20:42:51 +03:00
  • 57c6b033d1 chore(deps): bump actions/checkout from 4 to 5 in /.github/workflows (#6464) dependabot[bot] 2025-08-12 18:17:58 +02:00
  • 4d28c88d6e chore(deps): bump com.puppycrawl.tools:checkstyle from 10.26.1 to 11.0.0 (#6461) dependabot[bot] 2025-08-08 08:30:48 +02:00
  • 1652d80b7e chore(deps-dev): bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#6460) dependabot[bot] 2025-08-08 00:15:22 +02:00
  • e09c98578f Add ReverseStringUsingStack (#6452) Navaneedan S 2025-08-02 00:46:10 +05:30
  • 24f4090210 testing: improve MergeKSortedLinkedListTes (#6445) Oleksandr Klymenko 2025-07-27 10:50:41 +02:00
  • 0081d5c73a testing: improve testing CRCAlgorithmTest (#6444) Oleksandr Klymenko 2025-07-27 10:46:42 +02:00
  • 066a10979b testing: improve BloomFilterTest (#6443) Oleksandr Klymenko 2025-07-26 19:38:25 +02:00
  • 2b18008811 Update DIRECTORY.md (#6446) Deniz Altunkapan 2025-07-26 10:45:38 +02:00
  • a8b579e293 #6336/enhancement/Refactor: Standardize comparison logic using SortUtils (#6442) dinishajais 2025-07-26 14:07:54 +05:30
  • 2eb80fb843 Remove duplicate SimpleSort (same logic as ExchangeSort) (#6441) Lucas Gomes 2025-07-26 05:34:00 -03:00
  • 032f75c0f4 testing: improve DisjointSetUnionTest (#6440) Oleksandr Klymenko 2025-07-25 20:04:52 +02:00
  • 040d3850ac testing: improve BagTest (#6435) Oleksandr Klymenko 2025-07-25 20:01:12 +02:00
  • edb8167374 testing: improve test coverage NodeStackTest (#6432) Oleksandr Klymenko 2025-07-25 19:58:15 +02:00
  • fc07cd806e testing: improve test coverage StackOfLinkedListTest (#6430) Oleksandr Klymenko 2025-07-24 21:36:52 +02:00
  • 4f16ad0b0e testing: improve test coverage DequeTest (#6429) Oleksandr Klymenko 2025-07-24 20:41:02 +02:00
  • ac5849323e testing: improve test coverage CursorLinkedListTest (#6428) Oleksandr Klymenko 2025-07-24 20:34:31 +02:00
  • ec7b654d0b testing: improve StackArrayTest (#6424) Oleksandr Klymenko 2025-07-24 11:42:33 +02:00
  • 699271665d testing: improve QueueTest (#6423) Oleksandr Klymenko 2025-07-23 22:02:52 +02:00
  • 7e3fbae1a4 testing: improve SortStackTest (#6422) Oleksandr Klymenko 2025-07-23 17:09:18 +02:00
  • 073b6f15a8 testing: improve CircularBufferTest (#6418) Oleksandr Klymenko 2025-07-23 07:44:38 +02:00
  • bcfb3f22e6 chore(deps): bump org.junit:junit-bom from 5.13.3 to 5.13.4 (#6434) dependabot[bot] 2025-07-22 23:39:53 +02:00
  • 3304cf2e58 testing: improve QueueByTwoStacksTest (#6416) Oleksandr Klymenko 2025-07-22 19:33:55 +02:00
  • 7c2af29d29 Update DIRECTORY.md (#6431) Deniz Altunkapan 2025-07-22 19:25:46 +02:00
  • ceead5eccd testing: refactor to ParameterizedTest PrefixEvaluatorTest (#6415) Oleksandr Klymenko 2025-07-22 19:22:08 +02:00
  • cfd784105b Feat(Improved): Add 0/1 Knapsack Problem: Recursive and Tabulation (Bottom-Up DP) Implementations in Java along with their corresponding Tests (#6425) Vishwajeet Deshmane 2025-07-22 22:47:24 +05:30
  • bbbc1dd946 testing: improving CountSinglyLinkedListRecursionTest (#6413) Oleksandr Klymenko 2025-07-22 18:52:33 +02:00
  • 78b62191ab testing: improving GenerateSubsetsTest (#6412) Oleksandr Klymenko 2025-07-22 18:49:37 +02:00
  • 9a46339bec Update DIRECTORY.md (#6426) Deniz Altunkapan 2025-07-21 19:05:48 +02:00
  • c9cc8f4698 Add cache with LIFO replacement policy (#6390) IDDQD 2025-07-21 19:11:13 +03:00
  • 2dfad7ef8f Add matrix multiplication with double[][] and unit tests (#6417) Nishitha Wihala 2025-07-21 21:37:13 +05:30
  • 2722b0ecc9 testing: improving SkipListTest (#6411) Oleksandr Klymenko 2025-07-21 18:02:07 +02:00
  • 75298bb3f4 testing: improving DequeTest (#6410) Oleksandr Klymenko 2025-07-21 17:58:22 +02:00
  • 0e9be57ed4 testing: improving PostfixEvaluatorTest (#6405) Oleksandr Klymenko 2025-07-21 17:55:07 +02:00
  • 31bf130e9e refactor: improving Median (#6404) Oleksandr Klymenko 2025-07-20 11:21:46 +03:00
  • b45fd2a656 Update DIRECTORY.md (#6419) Deniz Altunkapan 2025-07-20 10:13:12 +02:00
  • 171fdc9925 testing: improving CRCAlgorithmTest (#6403) Oleksandr Klymenko 2025-07-20 11:03:23 +03:00
  • c7af421dfa test: PointTest.java #HSFDPMUW (#6391) justakayy 2025-07-20 09:59:18 +02:00
  • 0a46b828c2 testing: Enhance ValidParenthesesTest (#6398) Oleksandr Klymenko 2025-07-19 17:07:54 +03:00
  • 334543f54c testing: improve test coverage PriorityQueuesTest (#6397) Oleksandr Klymenko 2025-07-19 17:04:10 +03:00
  • d14e8a60e8 testing: improve test coverage DuplicateBracketsTest (#6396) Oleksandr Klymenko 2025-07-19 11:00:49 +03:00
  • 76aea4254c testing: improving test coverage DisjointSetUnionTest (#6394) Oleksandr Klymenko 2025-07-19 10:57:58 +03:00
  • 5c6d3c3443 Update DIRECTORY.md (#6414) Deniz Altunkapan 2025-07-18 23:01:50 +02:00
  • d6a871e683 testing: improve test coverage RangeInSortedArrayTest (#6395) Oleksandr Klymenko 2025-07-18 23:55:37 +03:00
  • fc477ee8da testing: improving test coverage CountingInversionsTest (#6393) Oleksandr Klymenko 2025-07-18 22:29:16 +03:00
  • 44c572b36b chore(deps): bump com.mebigfatguy.fb-contrib:fb-contrib from 7.6.11 to 7.6.12 (#6406) dependabot[bot] 2025-07-18 13:58:17 +03:00
  • d0d4b3c8fb testing: additional testcases for CountSinglyLinkedListRecursionTest (#6392) Oleksandr Klymenko 2025-07-18 08:51:11 +03:00
  • 2f2a32b8c2 testing: improve test coverage ParityCheckTest (#6389) Oleksandr Klymenko 2025-07-17 23:03:24 +03:00
  • 7f6e677b07 testing: improve test coverage SortedLinkedListTest (#6388) Oleksandr Klymenko 2025-07-17 23:00:41 +03:00
  • 054002adb2 testing: added unit tests for the MinStackUsingTwoStacks (#6387) Oleksandr Klymenko 2025-07-17 18:37:46 +03:00
  • a796f6dc41 testing: added unit tests for the BinaryPow.binPow (#6386) Oleksandr Klymenko 2025-07-17 18:32:48 +03:00
  • 440b6f5edf testing: improve tests coverage AbsoluteValueTest (#6385) Oleksandr Klymenko 2025-07-17 18:29:45 +03:00
  • dd1a51b20f testing: add more cases for AverageTest (#6384) Oleksandr Klymenko 2025-07-16 18:10:22 +03:00
  • 434ab50ff4 refactor: Convolution (#6382) Oleksandr Klymenko 2025-07-16 18:05:13 +03:00
  • d55e89dc71 refactor: Mode (#6381) Oleksandr Klymenko 2025-07-16 18:02:16 +03:00
  • dcb02c61df refactor: MajorityElement (#6380) Oleksandr Klymenko 2025-07-15 18:10:06 +03:00
  • 287a708c7f refactor: Intersection (#6379) Oleksandr Klymenko 2025-07-15 18:04:58 +03:00
  • ca7c77f16b refactor: improving DisjointSetUnion (#6378) Oleksandr Klymenko 2025-07-15 08:31:09 +03:00
  • 7e37d94c53 refactor: improving readability DecimalToAnyUsingStack (#6377) Oleksandr Klymenko 2025-07-15 08:26:49 +03:00
  • 95116dbee4 refactor: improving MedianOfMatrix (#6376) Oleksandr Klymenko 2025-07-15 08:23:49 +03:00
  • 25aaa6e064 refactor: OnesComplement Tests Using Parameterized Inputs (#6375) Oleksandr Klymenko 2025-07-14 08:51:17 +03:00
  • 933e929b54 refactor: refactor Ceil and improved tests (#6366) Oleksandr Klymenko 2025-07-14 08:47:22 +03:00
  • ef93cc1503 refactor: TwoPointers (#6374) Oleksandr Klymenko 2025-07-13 12:25:26 +03:00
  • 182118b6a4 refactor: cleanup GenerateSubsets (#6373) Oleksandr Klymenko 2025-07-13 12:17:38 +03:00
  • 910d5b880a refactor: Refactor SJFScheduling and Tests (#6372) Oleksandr Klymenko 2025-07-13 12:11:57 +03:00
  • dba2d869f2 refactor: improving GenericRoot (#6365) Oleksandr Klymenko 2025-07-12 09:51:49 +03:00
  • 7590d8234f refactor: add JavaDocs and improve readability in InfixToPrefix (#6363) Oleksandr Klymenko 2025-07-12 09:47:49 +03:00
  • acb4753d65 refactor: Improve readability and code clarity in InfixToPostfix (#6362) Oleksandr Klymenko 2025-07-12 09:44:57 +03:00
  • 0a4f5542d9 cleanup: Improve docs, safety, and readability in RangeInSortedArray (#6361) Oleksandr Klymenko 2025-07-11 22:42:45 +03:00
  • 048bba9499 refactor: adding docs for LongestCommonPrefixTest and Parameterized Tests (#6360) Oleksandr Klymenko 2025-07-11 22:39:33 +03:00
  • 3e0fd11a96 refactor: refactoring and documenting Isomorphic String Checker (#6359) Oleksandr Klymenko 2025-07-11 22:36:29 +03:00
  • 2ccc15671f refactor: clean up LargestRectangle and convert tests to parameterized format (#6356) Oleksandr Klymenko 2025-07-11 22:32:42 +03:00
  • f3252793e1 refactor: refactor Alphabetical and AlphabeticalTest (#6355) Oleksandr Klymenko 2025-07-10 18:52:38 +03:00
  • 22cba2c84f chore(deps): bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#6364) dependabot[bot] 2025-07-10 09:01:08 +03:00
  • a6aadd5b64 refactor: improve Sparsity class with input validation and clearer logic (#6351) Oleksandr Klymenko 2025-07-09 21:49:58 +03:00
  • c997a32018 refactor ShuffleArray: improve documentation and maintainability (#6357) Oleksandr Klymenko 2025-07-09 21:36:39 +03:00
  • 476898723a Update CODEOWNERS (#6353) Andrii Siriak 2025-07-08 20:04:56 +02:00
  • 6c3049530f refactor: optimize ValidParentheses methods and add parameterized tests (#6352) Oleksandr Klymenko 2025-07-08 09:50:06 +02:00
  • fa2ca9db39 refactor: improve PythagoreanTriple logic and add parameterized tests (#6350) Oleksandr Klymenko 2025-07-07 23:29:52 +02:00
  • 2f5bc8c242 refactor: improve median calculator class design and readability (#6349) Oleksandr Klymenko 2025-07-07 13:29:10 +02:00
  • 8512f127ce Fix the formatting issue with clang-format (#6346) pushkar0406 2025-07-07 16:52:40 +05:30
  • 4b6006c876 refactor: improve code and test coverage for MapReduce example (#6348) Oleksandr Klymenko 2025-07-06 23:19:50 +02:00
  • 350f149657 Add parameterized tests for BitSwap (#6347) Oleksandr Klymenko 2025-07-06 19:03:02 +02:00
  • 9b4dec0b06 Update DIRECTORY.md (#6344) Deniz Altunkapan 2025-07-05 17:07:10 +02:00
  • c782f05ed4 Add cache with FIFO replacement policy (#6337) KevinMwita7 2025-07-05 16:29:46 +03:00
  • 4360807575 chore(deps): bump org.junit:junit-bom from 5.13.2 to 5.13.3 (#6343) dependabot[bot] 2025-07-04 23:36:42 +02:00
  • 841f9c3bbd Update DIRECTORY.md (#6341) Deniz Altunkapan 2025-07-04 12:40:46 +02:00
  • d709317b2e Add RandomizedClosestPair Algorithm and Unit Tests (#6339) Aditya 2025-07-04 15:53:49 +05:30
  • 58ac54cbdb Add Freivalds' Algorithm for randomized matrix multiplication verification (#6340) Aditya 2025-07-04 15:46:57 +05:30
  • 712ada5102 Correct column pointer initialization in RowColumnWiseSorted2dArrayBinarySearch (#6333) codingmydna 2025-07-02 21:51:56 +09:00
  • ebf5c3d326 chore(deps): bump peter-evans/create-pull-request from 5 to 7 in /.github/workflows (#6330) dependabot[bot] 2025-07-01 15:37:33 +00:00
  • 55d08d657d chore(deps): bump com.puppycrawl.tools:checkstyle from 10.26.0 to 10.26.1 (#6331) dependabot[bot] 2025-07-01 00:11:54 +03:00
  • 7da9c6dd63 Update DIRECTORY.md (#6329) Deniz Altunkapan 2025-06-30 20:58:21 +02:00
  • bb36d13c93 Add RR cache (#6307) KevinMwita7 2025-06-30 21:45:37 +03:00