2754 Commits

Author SHA1 Message Date
539871a33e Add Fibonacci series to Recursion package (#6079) 2024-11-02 22:44:24 +02:00
df0c997e4b General performance improvement (#6078) 2024-11-01 19:52:42 +02:00
7b962a4a1d Add Exponential Moving Average Filter (#6075) 2024-11-01 08:38:27 +00:00
a676ebc472 Bump com.puppycrawl.tools:checkstyle from 10.19.0 to 10.20.0 (#6076) 2024-10-31 23:58:37 +02:00
03bb8ee66e Enhance docs, add tests in MaxHeap (#5983) 2024-10-29 22:47:33 +02:00
b14db816bd Add shuffle array (#6026) 2024-10-29 20:30:22 +00:00
857d921b07 Enhance docs, add tests in ReverseKGroup (#5999) 2024-10-29 20:22:31 +00:00
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
5e9d1dcdcd Bump org.apache.maven.plugins:maven-pmd-plugin from 3.25.0 to 3.26.0 (#6054)
Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.25.0 to 3.26.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.25.0...maven-pmd-plugin-3.26.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 07:30:06 +00:00
5c9edf4cbd Bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.19.0 (#6055)
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.18.2 to 10.19.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.18.2...checkstyle-10.19.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 08:26:15 +01: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
a1638165fe Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0 (#6010) 2024-10-26 19:17:48 +00: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