So far we have solved array-based questions and discussed different solution approaches. Today we are going to try a string problem. Let’s take an easy one to start with.
This is another array-based question that will be relatively harder to solve. This is similar to the Container With Most Water Problem which we already solved.
I’ve thought about many ideas regarding my very first post here on vannucherum.com and decided to go ahead with this. What could be better than solving a Computer Science problem...