|
7c58b190c8
|
chore: fix some comments (#5333)
|
2024-08-16 20:19:15 +03:00 |
|
|
cafea1ee52
|
Refactored Identifiers (#5306)
Co-authored-by: Bama Charan Chhandogi <b.c.chhandogi@gmail.com>
|
2024-08-08 19:39:00 +05:30 |
|
|
cdb3affdd9
|
style: enable AvoidNestedBlocks in checkstyle (#5228)
* enable style AvoidNestedBlocks
* refactor after enable style AvoidNestedBlocks
* fix clang
* fix checkstyle
* fix pmd
---------
Co-authored-by: Samuel Facchinello <samuel.facchinello@piksel.com>
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
|
2024-06-14 16:57:30 +02:00 |
|
|
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 |
|
|
295e7436b1
|
style: enable MethodName in CheckStyle (#5182)
enabled: MethodName in CheckStyle
|
2024-05-27 09:06:06 +02:00 |
|
|
37c2a96fe2
|
style: enable MissingSwitchDefault in checkstyle (#5179)
* Update directory
* Update directory
* Update directory
* Update directory
* add switch default
---------
Co-authored-by: BamaCharanChhandogi <BamaCharanChhandogi@users.noreply.github.com>
|
2024-05-26 17:28:00 +05:30 |
|
|
9eaa2bb756
|
style: enable MultipleVariableDeclarations in checkstyle (#5175)
Co-authored-by: vaibhav <vaibhav.waghmare@techprescient.com>
|
2024-05-25 20:18:27 +02:00 |
|
|
d3bb691f59
|
style: enable HideUtilityClassConstructor in checkstyle (#5147)
|
2024-05-08 09:58:29 +03:00 |
|
|
414835db11
|
style: enable AvoidStarImport in checkstyle (#5141)
|
2024-05-05 20:48:56 +02:00 |
|
|
b3903f5768
|
style: enable RedundantModifier in checkstyle (#5140)
|
2024-05-03 22:10:49 +03:00 |
|
|
2513ccd62b
|
style: include IM_AVERAGE_COMPUTATION_COULD_OVERFLOW (#5131)
|
2024-05-01 15:28:04 +05:30 |
|
|
192427a5d2
|
Parameterize references to generic types. (#5078)
* chore: remove unused imports
* fix: parameterize references to generic types
---------
Co-authored-by: vil02 <65706193+vil02@users.noreply.github.com>
|
2024-03-15 19:03:27 +01:00 |
|
|
a4711d61d8
|
Added MapReduce Algorithm in Misc Folder. (#4828)
* Added MapReduce Algorithm in Misc Folder.
* Did formatting correctly
* Removed main function and added MapReduceTest
* format the code
|
2023-10-25 09:30:18 +05:30 |
|
|
f3345d9e06
|
Fixed typo error for better readability (#4835)
|
2023-10-20 00:32:27 +05:30 |
|
|
329cc3bcf9
|
Added MirrorOfMatrix.java (#4461)
* Added MirrorOfMatrix.java
* Fixing Linting Issue
* Fixing Linting Issue
* Fixing Linting Issue
* Fixing Linting Issue
* Fixing Linting Issue
* Fixing Linting Issue
* Fixing Linting Issue
* Fixing Linting Issue
* Changes Done
* Update src/main/java/com/thealgorithms/misc/MirrorOfMatrix.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Changes Done
* Added MirrorOfMatrixTest.java
* Added MirrorOfMatrixTest.java
* Linting Error in Test
* Linting Error in Test
* Linting Error in Test
* trying to fix build error
* trying to fix build error
* final
* Update src/main/java/com/thealgorithms/misc/MirrorOfMatrix.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Update src/main/java/com/thealgorithms/misc/MirrorOfMatrix.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Update src/main/java/com/thealgorithms/misc/MirrorOfMatrix.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Update src/test/java/com/thealgorithms/misc/MirrorOfMatrixTest.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Update src/test/java/com/thealgorithms/misc/MirrorOfMatrixTest.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Update src/test/java/com/thealgorithms/misc/MirrorOfMatrixTest.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Changing Description
* Final
* Update src/main/java/com/thealgorithms/misc/MirrorOfMatrix.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Final
* Update src/main/java/com/thealgorithms/misc/MirrorOfMatrix.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Changes
* Changes
* Linting Issue
* Linting Issue
* Linting Issue
* Changes
* Fixing Minor Linting Issue
* Fixing Minor Linting Issue
* Final
* Update src/main/java/com/thealgorithms/misc/MirrorOfMatrix.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Changes
* Linting Issue
* Linting Issue
* Linting Issue
* Linting Issue
* Update src/main/java/com/thealgorithms/misc/MirrorOfMatrix.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Update src/main/java/com/thealgorithms/misc/MirrorOfMatrix.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Update src/main/java/com/thealgorithms/misc/MirrorOfMatrix.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Changes
* Changes
* fix: use proper size in `checkInput`
* style: basic linting
---------
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
Co-authored-by: vil02 <vil02@o2.pl>
|
2023-10-03 16:42:56 +00:00 |
|
|
5f5a61de87
|
Add median of matrix (#4590)
|
2023-10-03 17:16:14 +03:00 |
|
|
d3a32135dc
|
Make MedianOfRunningArray Generic (#4392)
|
2023-09-24 08:50:43 +03:00 |
|
|
fbe348b105
|
#4382 Bug Fix (#4384)
* #4382 Bug Fix
* #4382 Bug Fix
* Made Requested Changes
* Made Requested Changes
* Made Requested Changes
* Made Requested Changes
* Made Requested Changes
* Made Requested Changes
* Made Requested Changes
* Update src/main/java/com/thealgorithms/misc/MedianOfRunningArray.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Update src/main/java/com/thealgorithms/misc/MedianOfRunningArray.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Update src/test/java/com/thealgorithms/misc/MedianOfRunningArrayTest.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
* Update src/test/java/com/thealgorithms/misc/MedianOfRunningArrayTest.java
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
---------
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
|
2023-09-21 06:05:26 +00:00 |
|
|
34cf6dab28
|
add two sum problem (#4364)
* add two sum problem
* linter solved
* linter solved
* improve code
* linter solved
* improve code
* mini linter solved
* update code
---------
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
|
2023-09-12 08:00:08 +00:00 |
|
|
cfdbc413f1
|
Cleanup PalindromeSinglyLinkedList (#4336)
|
2023-09-02 17:05:10 +00:00 |
|
|
2488a2ad51
|
Code cleanup (#4246)
|
2023-07-22 15:23:00 +00:00 |
|
|
415a04ea7f
|
Add automatic linter (#4214)
|
2023-06-09 20:05:14 +08:00 |
|
|
00282efd8b
|
style: format code (#4212)
close #4204
|
2023-06-09 18:52:05 +08:00 |
|
|
bb830e9559
|
Add tests for TwoSumProblem and reduce duplication (fixes #4177) (#4176)
|
2023-05-02 20:03:21 +03:00 |
|
|
1dc388653a
|
Refactor Code Style (#4151)
|
2023-04-15 11:25:54 +03:00 |
|
|
e96f567bfc
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
|
|
3ebba74e04
|
Fix some typos (#3038)
|
2022-04-28 21:09:25 +08:00 |
|
|
9fb3364ccc
|
Change project structure to a Maven Java project + Refactor (#2816)
|
2021-11-12 08:59:36 +02:00 |
|