This is the 15th 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.Reverse linked list- Linked list, loops, functions.
2.Middle node - Linked list, loops, functions.
First question I did for today is "Reverse linked list". This question made me get a good grip over Linked list. Dealing with different functions also gave me brushing over that concept.
Secondly I did a question called "Middle node". This question also involves solution using Linked list data structure. This question was quite easy than the previous one in terms of logic building.
Top comments (0)