This is the 17th 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.Prefix sum of array - Arrays, loops, conditional statements.
2.Suffix sum of array - Arrays, loops, conditional statements.
First question I did for today is "Prefix sum of array". This question made me get a good grip over Arrays and their traversal.
Secondly I did a question called "suffix sum of array". This question was quite similar to the previous question. This also dealt with Arrays and their traversal.
Top comments (0)