Oleksandr Klymenko
ef93cc1503
refactor: TwoPointers ( #6374 )
...
* refactor: TwoPointers
* refactor: fix test formatting
* refactor: fix checkstyle
* refactor: fix checkstyle
2025-07-13 09:25:26 +00:00
Piotr Idzik
7602f1ef4c
chore: suppress unchecked in selected classes ( #6262 )
2025-06-05 19:13:46 +03:00
Hakim's Garage
e6073f8fef
Add math builder ( #6190 )
2025-03-12 18:35:21 +02:00
varada610
4ef06822ca
Create package prime, matrix and games ( #6139 )
2025-01-27 11:10:41 +00:00
varada610
1e6ed97fcf
Refactor files to be in correctly nested packages ( #6120 )
2025-01-11 09:17:40 +02:00
Piotr Idzik
a9633c0000
style: include ICAST_IDIV_CAST_TO_DOUBLE ( #6121 )
2025-01-10 20:50:09 +02:00
Alex Klymenko
04bfaa8278
Rename Recursion package ( #6081 )
2024-11-03 14:13:10 +02:00
pranayh24
985c1f9dd1
Add Maximum Sliding Window algorithm ( #5848 )
2024-10-26 19:05:14 +00:00
Piotr Idzik
8886e0996a
style: include OCP_OVERLY_CONCRETE_PARAMETER ( #5833 )
2024-10-14 23:46:28 +03:00
Piotr Idzik
ebc3cd2233
style: resolve some FCBL_FIELD_COULD_BE_LOCAL warnings ( #5764 )
...
style: make simple fields local
2024-10-13 15:16:10 +00:00
Hardik Pawar
596c6147af
Add function documentation, enhance comments in TowerOfHanoi.java ( #5533 )
2024-10-13 12:30:53 +03:00
Hardik Pawar
2592a088e7
Enhance readability, add comments & function docs to SkylineProblem.java ( #5534 )
2024-10-07 15:26:21 +03:00
B Karthik
042d458d34
fix: change location of others to correct places ( #5559 )
2024-10-04 17:47:50 +00:00
Hardik Pawar
66ee59cbaf
Add function documentation in Sudoku.java ( #5532 )
...
* Add function documentation and parameterized tests to Sudoku.java
* Update directory
* Update directory
* Fix clang format errors
* Change
* Fix
* Fix
* Fix
* Fix
* Fix
* Fix
* Fix
* Remove extra line
* Change values
* Fix
* Remove test
* Update directory
* Small comment fix
* Add comment
* Generalize comment
* Fix comment
* Update directory
* Fix comment
* Add changes suggested
---------
Co-authored-by: Hardvan <Hardvan@users.noreply.github.com >
2024-10-04 18:28:03 +03:00
Alex Klymenko
bded78f888
refactor: BFPRT ( #5445 )
...
refactor: adding javadocs and tests for BFPRT
2024-09-09 10:07:30 +03:00
Alex Klymenko
b0de93b3ce
refactor: change packages ( #5430 )
...
* refactor: change package
* refactor: fix name
---------
Co-authored-by: alxkm <alx@alx.com >
2024-08-30 11:58:24 +02:00
Alex Klymenko
c5b72816f3
refactor: MaximumSumOfDistinctSubarraysWithLengthK ( #5433 )
...
* refactor: MaximumSumOfDistinctSubarraysWithLengthK
* checkstyle: fix formatting
* checkstyle: fix formatting
* checkstyle: fix formatting
---------
Co-authored-by: alxkm <alx@alx.com >
2024-08-30 10:03:43 +02:00
Alex Klymenko
e2aaefebd5
refactor: CountWords ( #5428 )
...
* refactor: CountWords
* checkstyle: fix formatting
---------
Co-authored-by: alxkm <alx@alx.com >
2024-08-28 22:34:46 +02:00
Alex Klymenko
6b7a1fdbe8
refactor: QueueUsingTwoStacks ( #5427 )
...
refactor: QueueUsingTwoStacks
Co-authored-by: alxkm <alx@alx.com >
2024-08-28 22:25:46 +02:00
Alex Klymenko
0733075498
test: CountCharTest ( #5423 )
...
test: CountCharTest
Co-authored-by: alxkm <alx@alx.com >
2024-08-28 18:45:23 +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
35f23d2ddc
refactor: BoyerMoore ( #5395 )
2024-08-26 10:33:24 +03:00
Alex Klymenko
cdb6412601
refactor: LineSweep ( #5398 )
2024-08-26 09:45:07 +03:00
Alex Klymenko
a5f57fbfde
refactor: ArrayLeftRotationTest ( #5389 )
2024-08-25 23:08:10 +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
38688440ef
refactor: TwoPointers ( #5380 )
2024-08-25 09:29:17 +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
ce4eb55e0e
refactor: FloydTriangle ( #5367 )
2024-08-23 15:55:13 +03:00
Samuel Facchinello
74e51990c1
style: enable InvalidJavadocPosition in checkstyle ( #5237 )
...
enable style InvalidJavadocPosition
Co-authored-by: Samuel Facchinello <samuel.facchinello@piksel.com >
2024-06-18 19:34:22 +02:00
Samuel Facchinello
9973b8efc8
refactor: redesign StringMatchFiniteAutomata ( #5222 )
...
* refactor
* add test
* fix clang
* fix pmd
* remove main method
* refactor searchPattern with private class
* fix checkstyle
* Update src/main/java/com/thealgorithms/others/StringMatchFiniteAutomata.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com >
* Update src/main/java/com/thealgorithms/others/StringMatchFiniteAutomata.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com >
* Update src/main/java/com/thealgorithms/others/StringMatchFiniteAutomata.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com >
* fix clang
* tests: add more test cases
---------
Co-authored-by: Samuel Facchinello <samuel.facchinello@piksel.com >
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com >
2024-06-17 20:55:20 +00:00
Samuel Facchinello
87b17e0571
style: enable NeedBraces in checkstyle ( #5227 )
...
* enable style NeedBraces
* style: enable NeedBraces in checkstyle
---------
Co-authored-by: Samuel Facchinello <samuel.facchinello@piksel.com >
2024-06-13 21:00:16 +02:00
StarDxxx
a81fb32e6c
style: enable TypeName ( #5214 )
...
* style: enable `TypeName` in checkstyle
* style: enable `TypeName` in checkstyle
* Update directory
* style: use proper formatting
---------
Co-authored-by: StarDxxx <StarDxxx@users.noreply.github.com >
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com >
2024-06-08 13:37:20 +02:00
Piotr Idzik
440f3ce18b
style: include MAC_MANUAL_ARRAY_COPY ( #5199 )
2024-06-04 21:02:38 +00:00
Godwill Christopher
c42b1c940c
style: enable ParameterName in CheckStyle. ( #5196 )
...
* Enabled: ParameterName in CheckStyle.
* Refactored to fix bug caused by selfAssignment of variables in VectorCrossproduct class
2024-05-31 22:01:11 +02:00
S. Utkarsh
25d711c5d8
style: enable LocalVariableName in CheckStyle ( #5191 )
...
* style: enable LocalVariableName in checkstyle
* Removed minor bug
* Resolved Method Name Bug
* Changed names according to suggestions
2024-05-28 20:29:28 +02:00
Godwill Christopher
295e7436b1
style: enable MethodName in CheckStyle ( #5182 )
...
enabled: MethodName in CheckStyle
2024-05-27 09:06:06 +02:00
Piotr Idzik
ea4dc15a24
style: do not suppress try ( #5167 )
2024-05-27 03:02:36 +05:30
vaibhav9t1
9eaa2bb756
style: enable MultipleVariableDeclarations in checkstyle ( #5175 )
...
Co-authored-by: vaibhav <vaibhav.waghmare@techprescient.com >
2024-05-25 20:18:27 +02:00
vaibhav9t1
44ce6e7b0d
style: enable StaticVariableName in checkstyle ( #5173 )
...
* style: enable StaticVariableName in checkstyle
* Refractored: enable StaticVariableName in checkstyle
* style: mark more variables as `final`
---------
Co-authored-by: vaibhav <vaibhav.waghmare@techprescient.com >
Co-authored-by: vil02 <vil02@o2.pl >
2024-05-25 14:09:14 +00:00
Godwill Christopher
0f42e995a4
style: enabled InnerAssignment in checkstyle ( #5162 )
...
* style: enabled InnerAssignment in checkstyle
* Refactor code formatting in KnapsackMemoization.java and UnionFind.java
* style: remove redundant blank line
* style: mark `includeCurrentItem` and `excludeCurrentItem` as `final`
* style: remove `KnapsackMemoization` from `pmd-exclude.properties`
* style: use `final`
---------
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com >
2024-05-16 16:46:03 +00:00
Godwill Christopher
bbe4a025df
style: enable FinalClass in checkstyle ( #5154 )
2024-05-11 08:50:05 +02:00
Piotr Idzik
27c0978851
style: include VA_FORMAT_STRING_USES_NEWLINE ( #5151 )
2024-05-09 17:21:04 +02:00
Piotr Idzik
ee6924a2a0
style: include PATH_TRAVERSAL_IN ( #5148 )
2024-05-09 20:04:57 +05:30
Piotr Idzik
d3bb691f59
style: enable HideUtilityClassConstructor in checkstyle ( #5147 )
2024-05-08 09:58:29 +03:00
Piotr Idzik
414835db11
style: enable AvoidStarImport in checkstyle ( #5141 )
2024-05-05 20:48:56 +02:00