DEV Community

Prasanna Venketesh
Prasanna Venketesh

Posted on

10th day of my CP journey

This is the 10th 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.Odd Even Linked List - Linked lists, loops, functions.
2.Delete a node from Linked List - Linked list, loops and functions.

First question I did for today is "Odd Even Linked List ". This question made me work with linked list. Through this I got a good grip over the concept of pointers in Linked list.

Image description

Secondly I did a question called "Delete a node from the Linked List". This question involves basic concepts of deletion in Linkedlist.

Image description

Top comments (0)