DEV Community

Prasanna Venketesh
Prasanna Venketesh

Posted on

40th day of my CP journey

This is the 40th 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. Generate Parantheses - Backtracking, If-else conditional statements, arrays.
  2. Remove element - Arrays, Loops, if-else statements

The first question for the day is "Generate Parantheses". With this question, I worked mainly with the concept of backtracking. I felt quite challenging with this question, but managed to complete out of motivation. The completion result was awesome to see

Image description

The second question for the day is "Remove element". This is quite a basic question that brushed my knowledge on arrays, loops and some mathematical operations.

Image description

This jounery has given me motivation to continue this further.

Top comments (0)