DEV Community

Prasanna Venketesh
Prasanna Venketesh

Posted on

11th day of my CP journey

This is the 11th 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. Intersections of two linkedlist - Linked lists, loops and functions.
  2. Remove elements from Linked List - Linked lists, loops and functions.

First question I did for today is "Intersections of two linkedlist". This question made me get a good grip over Linked list structure. I also got to know how to interact with two linked list structures at the same time.

Image description

Secondly I did a question named "Remove elements from Linked List". This gave a good grip over fundamentals of the linked list and how it works structurally.

Image description

Top comments (0)