DEV Community

Prasanna Venketesh
Prasanna Venketesh

Posted on

45th day of my CP journey

This is the 45th 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 :-

  1. Search a 2D Matrix - 2-D arrays, conditional statements, control statements.
  2. Sort colours - Mathematical operations.

First question I did for today is "Search a 2D Matrix". With this question, I worked with concepts like 2-D arrays and conditional statements.

Image description

Secondly I dealt with a question called "Sort colours". Through this question, I brushed with concepts like arrays.

Image description

This journey has always given me fun and motivation to progress further.

Top comments (0)