This is the 44th 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, Stacks and queues and many more data structures. Today I have solved questions from Leetcode.
Concepts involved :-
- Permutations - Backtracking, conditional statements, loops.
- Rotate Image - 2-D arrays, conditional statements, loops.
Firstly, I did this sum called "Permutations" in leetcode. This gave me confidence over the concept backtracking.
Secondly I did a sum called "Rotate Image". This solution dealt with 2-D arrays. I did this sum using python programming language. Through this sum, I gained confidence in 2-D arrays and dealing with them deeply.
Top comments (0)