DEV Community

Prasanna Venketesh
Prasanna Venketesh

Posted on

44th day of my CP journey

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 :-

  1. Permutations - Backtracking, conditional statements, loops.
  2. 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.

Image description

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.

Image description

Top comments (0)