DEV Community

Prasanna Venketesh
Prasanna Venketesh

Posted on

42nd day of my CP journey

This is the 42nd 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. Combination Sum 2 - Backtracking, conditional statements, loops.
  2. Power Sum - Mathematical operations.

First question I did for today is "Combination sum 2". With this question, I worked with concepts like backtracking, loops and if-else statements.

Image description

Secondly I did a question names "Power Sum". This question felt very simple with a ideal time complexity.

Image description

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

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

👋 Kindness is contagious

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

Okay