Top 50
Topic
~14h total · Updated weekly · Last refresh Jul 24

Top 50 Linked Lists Interview Questions

The most frequently asked Linked Lists questions across all roles and companies, ranked by real interview frequency. Updated weekly.

Implement an LRU Cache
Medium

Design an LRU cache with O(1) get and put using a hash map and doubly linked list.

Hash TablesLinked ListsHeap
Recently asked
quadricThomson ReutersUnitedHealth Group
Reverse a Singly Linked List
Medium

Problem Given the head of a singly linked list, reverse the list, and return the new head node. The linked list is defined as follows: python class ListNo...

RecursionStackDynamic Programming
Recently asked
AltenConnectiCareGlobant
Memory Management in Mobile Apps
Easy

Explain how mobile apps manage memory, avoid leaks, and handle caching, lifecycles, and low-memory conditions.

Hash TablesStackLinked Lists
SlackXYZEvernote
Implement LRU Cache
Medium

Problem Design a data structure that implements an LRU (Least Recently Used) cache. The cache should support the following operations: - get(key): Retrieve...

Hash TablesQueueLinked Lists
NianticCity of PhiladelphiaParsons
Merge K Sorted Linked Lists
Medium

Problem At Meta, imagine multiple pre-sorted event streams need to be combined into one ordered feed. Given k sorted singly linked lists, merge them into o...

Linked ListsSortingHeap
Recently asked
MetaGoogle
Reverse Singly Linked List
Easy

Reverse a singly linked list in place using pointer manipulation in O(n) time.

RecursionLinked Lists
Recently asked
GooglePublicis SapientSnowflake
More Coding questions with a free account

Sign up to see every question

Create a free account to unlock this list and practice real interview questions.

Get my prep plan

Open any question for its full solution and discussion.

Browse all questions →