Alex Klymenko
|
45563ccbde
|
test: CircleLinkedListTest (#5422)
* test: CircleLinkedListTest
* checkstyle: fix formatting
---------
Co-authored-by: alxkm <alx@alx.com>
|
2024-08-28 18:31:39 +02:00 |
|
dependabot[bot]
|
a9bc7c269d
|
Chore(deps): bump org.apache.maven.plugins:maven-pmd-plugin from 3.24.0 to 3.25.0 (#5418)
Chore(deps): bump org.apache.maven.plugins:maven-pmd-plugin
Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.24.0 to 3.25.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.24.0...maven-pmd-plugin-3.25.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>
Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
|
2024-08-27 23:39:36 +02:00 |
|
dependabot[bot]
|
298333bf45
|
Chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 (#5417)
Chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.4.0...surefire-3.5.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-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-08-27 23:36:15 +02:00 |
|
Alex Klymenko
|
633b9d4112
|
refactor: PostfixToInfix (#5409)
* refactor: PostfixToInfix
* checkstyle: fix formatting
* refactor: add support for one character
---------
Co-authored-by: alxkm <alx@alx.com>
|
2024-08-27 15:03:26 +02:00 |
|
Alex Klymenko
|
fc5a70edc9
|
refactor: ReturnSubsequence (#5408)
* refactor: ReturnSubsequence
* checkstyle: fix formatting
* checkstyle: fix formatting
---------
Co-authored-by: alxkm <alx@alx.com>
|
2024-08-27 13:12:49 +02:00 |
|
Alex Klymenko
|
49d1c84cb7
|
refactor: ReverseString , test improvements (#5406)
* refactor: ReverseString
* refactor: refactor testing into two methods
* checkstyle: fix formatting
* checkstyle: fix formatting
---------
Co-authored-by: alxkm <alx@alx.com>
|
2024-08-27 13:00:11 +02:00 |
|
Alex Klymenko
|
e3ad3761fd
|
refactor: StringCompression (#5410)
refactor: StringCompression
Co-authored-by: alxkm <alx@alx.com>
|
2024-08-27 12:02:50 +02:00 |
|
Alex Klymenko
|
af7c425010
|
refactor: NextSmallerElement (#5412)
* refactor: NextSmallerElement
* checkstyle: fix formatting
* checkstyle: fix formatting
* checkstyle: remove redundant new line
---------
Co-authored-by: alxkm <alx@alx.com>
|
2024-08-27 11:31:47 +02:00 |
|
Alex Klymenko
|
0c8616e332
|
test: ReverseStringRecursiveTest (#5407)
* test: ReverseStringRecursiveTest
* checkstyle: fix formatting
* checkstyle: fix formatting
---------
Co-authored-by: alxkm <alx@alx.com>
|
2024-08-27 10:49:20 +02:00 |
|
Alex Klymenko
|
c8cf302d30
|
refactor: NextGreaterElement (#5405)
* refactor: NextGreaterElement
* checkstyle: fix formatting
---------
Co-authored-by: alxkm <alx@alx.com>
|
2024-08-27 10:39:40 +02:00 |
|
dependabot[bot]
|
6fab70a91f
|
Chore(deps): bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.0 (#5411)
Chore(deps): bump com.puppycrawl.tools:checkstyle
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.17.0 to 10.18.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.17.0...checkstyle-10.18.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-08-27 00:01:27 +02:00 |
|
Alex Klymenko
|
c5b73ec742
|
refactor: HammingDistance (#5404)
* refactor: HammingDistance
* checkstyle: fix formatting
---------
Co-authored-by: alxkm <alx@alx.com>
|
2024-08-26 16:37:17 +02:00 |
|
Alex Klymenko
|
d810a1d4da
|
test: LongestPalindromicSubstring (#5402)
* LongestPalindromicSubstring
* fix Rule:CollapsibleIfStatements
---------
Co-authored-by: alxkm <alx@alx.com>
|
2024-08-26 16:29:16 +02:00 |
|
Alex Klymenko
|
7674a84f5b
|
test: RegexMatchingTest (#5403)
* test: RegexMatchingTest
* checkstyle: fix formatting
---------
Co-authored-by: alxkm <alx@alx.com>
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
|
2024-08-26 17:22:39 +03:00 |
|
Andrii Siriak
|
4374a50fd7
|
Update CODEOWNERS
|
2024-08-26 17:06:41 +03:00 |
|
Alex Klymenko
|
4347f5b9f6
|
refactor: InfixToPostfix (#5401)
|
2024-08-26 16:43:13 +03:00 |
|
Alex Klymenko
|
64ff9b2efe
|
refactor: StackPostfixNotation (#5400)
|
2024-08-26 16:38:33 +03:00 |
|
Alex Klymenko
|
b70f077343
|
refactor: ShortestCommonSuperSequenceLength (#5394)
|
2024-08-26 11:50:12 +03:00 |
|
Alex Klymenko
|
35f23d2ddc
|
refactor: BoyerMoore (#5395)
|
2024-08-26 10:33:24 +03:00 |
|
Alex Klymenko
|
5f6510f0fa
|
refactor: CharactersSame (#5396)
|
2024-08-26 09:55:50 +03:00 |
|
Alex Klymenko
|
be6b0d835b
|
test: EditDistanceTest (#5397)
|
2024-08-26 09:48:30 +03:00 |
|
Alex Klymenko
|
cdb6412601
|
refactor: LineSweep (#5398)
|
2024-08-26 09:45:07 +03:00 |
|
Alex Klymenko
|
6edc009765
|
test: LongestAlternatingSubsequenceTest (#5399)
|
2024-08-26 09:37:00 +03:00 |
|
Alex Klymenko
|
93e417544d
|
refactor: Anagrams (#5390)
|
2024-08-26 08:26:01 +03:00 |
|
Alex Klymenko
|
7e9cdad3ee
|
refactor: BalancedBrackets (#5391)
|
2024-08-25 23:21:30 +03:00 |
|
Alex Klymenko
|
580aa0c9c5
|
refactor: CheckVowels (#5393)
|
2024-08-25 23:14:33 +03:00 |
|
Alex Klymenko
|
a5f57fbfde
|
refactor: ArrayLeftRotationTest (#5389)
|
2024-08-25 23:08:10 +03:00 |
|
Alex Klymenko
|
3187b1f99c
|
refactor: DecimalToAnyUsingStack (#5392)
|
2024-08-25 23:01:52 +03:00 |
|
Alex Klymenko
|
25b8010ea8
|
refactor: cleanup EulersFunction (#5388)
|
2024-08-25 22:44:55 +03:00 |
|
Alex Klymenko
|
f3851e3adc
|
refactor: RemoveDuplicateFromString (#5387)
|
2024-08-25 22:33:41 +03:00 |
|
Alex Klymenko
|
101cb950ae
|
refactor: RootPrecision (#5383)
|
2024-08-25 11:34:12 +03:00 |
|
Alex Klymenko
|
69e1fe9cfb
|
refactor: LowestBasePalindrome (#5385)
|
2024-08-25 10:16:14 +03:00 |
|
Alex Klymenko
|
0b0b26e3fe
|
refactor: ReverseStackUsingRecursion (#5386)
|
2024-08-25 10:12:17 +03:00 |
|
Alex Klymenko
|
e1d8b6f8a7
|
refactor: FordFulkerson (#5384)
|
2024-08-25 10:07:02 +03:00 |
|
Alex Klymenko
|
e5c0e4bff0
|
test: cleanup PrimeFactorizationTest (#5382)
|
2024-08-25 09:56:02 +03:00 |
|
Alex Klymenko
|
a8d3b6ad2d
|
test: cleanup ReverseNumberTest (#5381)
|
2024-08-25 09:43:39 +03:00 |
|
Alex Klymenko
|
38688440ef
|
refactor: TwoPointers (#5380)
|
2024-08-25 09:29:17 +03:00 |
|
Alex Klymenko
|
b231a72d44
|
refactor: NonRepeatingElement (#5375)
|
2024-08-24 16:08:22 +03:00 |
|
Alex Klymenko
|
a7cd97d75e
|
refactor: fix typo (#5372)
|
2024-08-24 11:57:54 +03:00 |
|
Alex Klymenko
|
75355e87b6
|
refactor: PasswordGen (#5373)
|
2024-08-24 11:57:40 +03:00 |
|
Alex Klymenko
|
4e72056527
|
refactor: FindKthNumber (#5374)
|
2024-08-24 11:53:35 +03:00 |
|
Alex Klymenko
|
84fb717509
|
test: DeterminantOfMatrix (#5376)
|
2024-08-24 11:38:16 +03:00 |
|
Alex Klymenko
|
aefc8fd4b8
|
refactor: HexToOct (#5377)
|
2024-08-24 11:32:50 +03:00 |
|
Alex Klymenko
|
44d7cbbaf4
|
test: NQueensTest (#5378)
|
2024-08-24 11:27:39 +03:00 |
|
Alex Klymenko
|
ce4eb55e0e
|
refactor: FloydTriangle (#5367)
|
2024-08-23 15:55:13 +03:00 |
|
Alex Klymenko
|
34089774f3
|
test: refactor PalindromeTest (#5365)
|
2024-08-23 14:37:44 +03:00 |
|
Alex Klymenko
|
a6fcbf585f
|
test: LinkedListStackTest (#5366)
|
2024-08-23 14:28:47 +03:00 |
|
Alex Klymenko
|
844aeaf701
|
refactor: LFUCache (#5369)
|
2024-08-23 14:23:16 +03:00 |
|
Alex Klymenko
|
d7b60be7d1
|
refactor: PermuteString (#5362)
|
2024-08-23 12:33:41 +03:00 |
|
Alex Klymenko
|
0301ecf1cb
|
refactor: Pow (#5364)
|
2024-08-23 11:59:20 +03:00 |
|