DEV Community

Prasanna Venketesh
Prasanna Venketesh

Posted on

25th day of my CP journey

This is the 25th 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.Merge two sorted linked lists - Linkedlist, loops, conditional statements.

2.Fibonacci Number using recurrion in leetcode - Arrays, loops, conditional statements, recurrsion.

Firstly, I did a question name "Merge two sorted linked lists". Through this I was able to revise the concepts of linked list and conditonal statements and control statements. This question paved a way to know how to mingle two linked list.

Image description

Secondly, I did a quesion named "Fibonacci Number using recurrion". This question gave me a revision over the concepts of recurrsion. I felt this question to be quite simple.

Image description

Top comments (0)