List of 50+ Linked List Problems

In this article, we have listed important Problems on Linked Lists which you must practice for Coding Interviews and listed introductory and background topics on Linked Lists as well. You must bookmark this page and practice all problems listed.

Table of Contents:

  1. Introductory topics in Linked List with Implementation (7)
  2. Types of Linked Lists (7)
  3. Practice Coding Problems on Linked List (50+) (Important)
  4. Research papers on Linked Lists (5)

Following is the list of Linked List Problems:

Introductory topics in Linked List with Implementation

Basic operations in a Linked List:

Types of Linked Lists:

These are the types of Linked Lists that are used in practice:

Some extra Introductory topics:

Practice Coding Problems on Linked List

These are Practice Coding Problems on Linked List which you must learn and practice to ace all problems in your Coding Interview at companies like Google (click on the topic to go to the respective article where the solution is explained in depth with implementation):

Research papers on Linked Lists

With this article at OpenGenus and the practice of all the topics mentioned, you must have a very strong hold on Linked Lists and will be able to crack any problem.