This is the 43rd 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 :-
- Trapping rain water - Two pointers, while loops, if-else statements.
- Linked List Cycle - Linked List,loops.
First question I did for today is "Trapping Rain water". With this question, I worked with concepts like two-pointers, loops and if-else statements.
Secondly I did a question names "Linked List Cycle". This question dealt with circular linked list. This is the one question where I also hare and turtle algorithm. This served as a platform to learn this Algorithm.
This journey has always given me motivation to progress further with programming.
Top comments (0)