DEV Community

Prasanna Venketesh
Prasanna Venketesh

Posted on

39th day of my CP jounery

This is the 39th 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 many more data structures and algorithms. Today I have solved one worthy question from Leetcode. This question involves a concept called Backtracking. It is a form of concept called Recurrsion.

The question I have solved today is "Letter combinations of a Phone number". This is my first question in Leetcode related to Backtracking. The concept was quiet challenging to learn at the beginning. But when I solved the sum, I really enjoyed it.

Letter Combinations of a Phone Number : Involves concepts of Backtracking and if-else. Programming Language I have used in Python.

Image description

I feel so elated to have started this journey and I am now motivated to solve more programming questions.

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)

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