Andrii Siriak
Andrii Siriak
I think it´s resolved
Please fix build and Clang PR checks
It's already implemented here https://github.com/TheAlgorithms/Java/blob/e38611e9db0fdf318ac8513709f75077c55f25e3/src/main/java/com/thealgorithms/dynamicprogramming/RegexMatching.java#L14
This is the error 
Clang formatter outputs suggested formatting here https://github.com/TheAlgorithms/Java/actions/runs/11548095568/job/32138967988?pr=6045
It seems that it's already implemented here https://github.com/TheAlgorithms/Java/blob/e9b897bdeb76d89f26aa022f49ece843b03f2a86/src/main/java/com/thealgorithms/dynamicprogramming/MatrixChainMultiplication.java#L12
Already implemented here https://github.com/TheAlgorithms/Java/blob/b81671e66d2f87d1d704f550b0387d1436bf8715/src/main/java/com/thealgorithms/sorts/BubbleSort.java#L8
Please fix PR checks
The original version is much more readable in my opinion, so I wouldn't change it. We chose readability over performance here
It's already present here https://github.com/TheAlgorithms/Java/blob/b0cef5b571965aed5410a61531ddf1e1cb5c2608/src/main/java/com/thealgorithms/maths/ChineseRemainderTheorem.java#L13