This is the 41st 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, Linked lists and many more data structures. Today I have solved questions from Leetcode.
Concepts involved :-
- Combination Sum 1 - Backtracking, If-else, loops.
- Plus One - Loops, if-else, strings.
The first question for the day is "Combination Sum 1". With this question, I worked with concepts like Backtracking, Strings, conditional statements.
Secondly, I worked with a simple sum called "Plus one". Through this I brushed up concepts like if-else and loops.
This journey keeps me motivated to work forward always.
Top comments (0)