Piotr Idzik

Results 122 comments of Piotr Idzik

> i try to format based on clang format but i cant. Dowloaded llvm added to enviroment variables and path and then my computer finds the clang format. After that...

Please add the _missing_ tests and _update_ your branch.

There are two existing implementations of this algorithms: - [`/src/main/java/com/thealgorithms/searches/RabinKarpAlgorithm.java`](https://github.com/TheAlgorithms/Java/blob/1e2d7e943146d25f97aa3ad516f8794b5ce0fd7d/src/main/java/com/thealgorithms/searches/RabinKarpAlgorithm.java), - [`/src/main/java/com/thealgorithms/others/RabinKarp.java`](https://github.com/TheAlgorithms/Java/blob/1e2d7e943146d25f97aa3ad516f8794b5ce0fd7d/src/main/java/com/thealgorithms/others/RabinKarp.java). Would you like to create a PR in which you remove one of them, test and cleanup the...

I think you still need to do some renaming ([log](https://github.com/TheAlgorithms/Java/actions/runs/8970002837/job/24637838185?pr=5143)): ```2024-05-06T15:27:55.5772547Z [ERROR] src/main/java/com/thealgorithms/sorts/DutchNationalFlagSort.java:[23,43] (naming) MethodName: Name 'dutch_national_flag_sort' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2024-05-06T15:27:55.5774354Z [ERROR] src/main/java/com/thealgorithms/sorts/MergeSortNoExtraSpace.java:[11,24] (naming) MethodName: Name 'call_merge_sort' must match...

There is some [build error](https://github.com/TheAlgorithms/Java/actions/runs/8982101365/job/24789149123). Also please _update_ your branch.

> @vil02 Could you tell me why you added all of this? I am not aware of it. Could you explain it to me? The changes in `pom.xml` add the...

I will work on `EmptyStatement`.

I will work on `RedundantModifier`.

I will slowly work on `AvoidStarImport`.

I will work on `ArrayTypeStyle`.