DEV Community

Prasanna Venketesh
Prasanna Venketesh

Posted on

18th day of my CP journey

This is the 18th 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.Rotated Image - 2D-Arrays, loops, conditional statements.
2.Remove all duplicates - Arrays, loops, conditional statements.

First question I did for today is "Rotated Image". This question made me get a good grip over 2D-Arrays and their traversal and how to use their indexing.

Image description

Secondly I did a question called "Remove all duplicates".This dealt with Arrays and their traversal.Here we have to delete the duplicates found in the array.

Image description

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay