This is the 24th 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 Hackerrank.
Concepts involved :-
1.Next greater element in leetcode - Arrays, loops, conditional statements.
2.Longest sequences in array - Arrays, loops, conditional statements.
Firstly, I did a question name "Next greater element in leetcode". Through this I was able to revise the concepts of arrays and conditonal statements and control statements.
Secondly, I was able to get a grip over the concepts of control statements. This question was quite simple as it dealt with basics of the array and its traversal.
Top comments (0)