Piotr Idzik

Results 122 comments of Piotr Idzik

I will work on `HideUtilityClassConstructor`.

@siriak, @BamaCharanChhandogi I have extended the list of _obvious_ checks. Please have a look and edit the list if needed.

@TharunTech please have a look again at my previous comment: https://github.com/TheAlgorithms/Java/pull/5048#pullrequestreview-1881955440 The piece of code there has just few _gaps_. Please fill them.

> the code u commented doesnt provide coversion for all the temp types This is one of the gaps, which needs to be filled.

@mvouzikis thanks for your contribution, the comments look good. However, there is a bug in the existing/original code. Since you have it fresh - would you like to fix it?...

I think this method is finding the maximum of minima of all subarrays (of any length). In this case it is simply the `max` (because it is enough to consider...

@UdayRajVadeghar could you _cleanup_ the existing implementation first? That would requite adding tests and making this class _testable_.

@ppiippoo what is the progresses?