This is the 22nd 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.Insertion of elements in an array - Arrays, loops, conditional statements.
2.Longest sequences in array - Arrays, loops, conditional statements.
First, I did a question called "Insertion of elements in an array". For this question, I used hackerrank as the platform where I brushed up my knowledege in Linked list.
Secondly I did a question named "Longest sequences in array". This question also tested the depth I had with arrays and their operations.
Top comments (0)