Andrii Siriak

Results 229 comments of Andrii Siriak

There's https://github.com/TheAlgorithms/Java/blob/7ece806cf5cae7c3531f2eb54c56cf33fed2e579/src/main/java/com/thealgorithms/datastructures/trees/TrieImp.java already, do we need something else?

You still have tabs committed in src/main/java/com/thealgorithms/maths/DeterminantOfMatrix.java. See linter job logs for more information ![image](https://github.com/TheAlgorithms/Java/assets/29201949/919855ca-825d-4699-8aa5-1e83017f0c62)

This algorithm is implemented here https://github.com/TheAlgorithms/Java/blob/1551b8f50ba485b5a7d34fe9ed1fbf650134fb9f/src/main/java/com/thealgorithms/dynamicprogramming/KadaneAlgorithm.java Please make desired changes there

Why is it divide and conquer? I'd say that it's dynamic programming because it just goes over elements 1 by 1 and doesn't explicitly divide input in parts.

I see, it differs from what've linked to

@mouss3abbb are you working on it or @siddhant2002 can pick this up?

Yes, please change back to spaces. They are displayed consistently on GitHub

I think it's a great idea. Having a formatter is better than only having a check.

Please resolve the conflicts