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 :-
- Generate Parantheses - Backtracking, If-else conditional statements, arrays.
- 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
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.
This jounery has given me motivation to continue this further.
Top comments (0)