DEV Community

Prasanna Venketesh
Prasanna Venketesh

Posted on

14th day of my CP journey

This is the 14th 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.Subsets - Backtracking, loops.
2.Basic Calculator II - Stacks, arrays methods, conditional statements.

First question I did for today is "Subsets". This question made me get a good grip over backtracking. Initially it was harder, but later figuring out the approach gave me the answer for it.

Image description

Secondly I did a question named "Basic calculator 2". This question was very similar to basic calculator 1 with the same approach.

Image description

Top comments (0)