This is the 38th 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, Linked lists and many more data structures. Today I have solved questions from Leetcode.
Longest Common Prefix - Strings, If-else, loops.
Three Sum - Arrays, two pointer algorithm.
The first question for the day is "Longest Common Prefix". With this question, I worked with concepts like conditonal statments, control statements, strings and its methods.
This journey is giving me immense pleasure to work on.
Top comments (0)