DEV Community

Prasanna Venketesh
Prasanna Venketesh

Posted on

12th day of my CP journey

This is the 12th 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.Asteroid Collision - Loops, conditional statments, arrays.
2.Reverse nodes in k-group - linked list, functions, loops.

First question I did for today is "Asteroid Collision". This question made me get a good grip over Arrays in python and conditional statements.

Image description

Secondly I worked with a problem called "Reverse nodes in k-group". This is one hard problem in leetcode where I deepened my grop over linked list. As soon as I conpleted, I realised that the approach is quite easy.

Image description

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

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