DEV Community

Prasanna Venketesh
Prasanna Venketesh

Posted on

13th day of my CP journey

This is the 13th day of the Competitive programming journey. I am happy to have started this. Through this journey I have discovered many platforms and their workings. In this journey I had come accross working with Strings, Arrays and many more data structures. Today I have solved questions from Leetcode.

Concepts involved :-

1.Basic Calculator - Stacks, arrays methods, conditional statements.
2.Maximum Subarray - Arrays, loops, conditionals statements.

First question I did for today is "Basic calculator". This question made me get a good grip over Stacks and arrays. Also I dealt with arrays methods.

Image description

Secondly I did a question called "Maximum subarray". Through this question I was able to get a good grip over the concepts of dealing with sub arrays. I also brushed up the concepts ike if-else statements and loops.

Image description

Top comments (0)