Name some pros and cons of Linked List compared to Arrays
Get lifetime access
Track progress
Save time
Name some pros and cons of Linked List compared to Arrays
Define a Linked List
What is a cycle/loop in the singly-linked list?
What is time complexity of Linked List operations?
What are some real-life use cases of Linked Lists?
How to implement Linked List Using Stack?
How to reverse a singly Linked List using only two pointers?
Detect if a List is Cyclic using Hash Table
Convert a Singly Linked List to Circular Linked List
Insert an item in a sorted Linked List maintaining order
Convert a Single Linked List to a Double Linked List
Compare Array based vs Linked List stack implementations
When is a circular linked list useful?
Floyd's Cycle Detect Algorithm: How to detect a Cycle (or Loop) in a Linked List?
Floyd's Cycle Detect Algorithm: Remove Cycle (Loop) from a Linked List
Floyd's Cycle Detect Algorithm: Explain how to find a starting node of a Cycle in a Linked List?
Merge two sorted singly Linked Lists without creating new nodes
How to find Nth element from the end of a singly Linked List?
Implement Double Linked List from Stack with min complexity
Convert a Binary Tree to a Doubly Linked List
Remove duplicates from an unsorted Linked List
Find similar elements from two Linked Lists and return the result as a Linked List
Split the Linked List into k consecutive linked list "parts"
Sum two numbers represented as Linked Lists
Why is Merge sort preferred over Quick sort for sorting Linked Lists?
How would you traverse a Linked List in O(n1/2)?
How to apply Binary Search O(log n) on a sorted Linked List?
How is it possible to do Binary Search on a Doubly-Linked List in O(n) time?
When is doubly linked list more efficient than singly linked list?
How to recursively reverse a Linked List?
Find Merge (Intersection) Point of Two Linked Lists
Given a singly Linked List, determine if it is a Palindrome
Find the length of a Linked List which contains Cycle (Loop)
Why would you ever do Binary Search on a Doubly-Linked list?
Do you know any better than Floyd's algorithm for cycle detection?
Copy a Linked List with Random (Arbitrary) Pointer using O(1) Space
I've worked for Microsoft, Google, Stripe, and received offers from many other companies. One thing I learned when I was interviewing myself is that standard interview tips are woefully inadequate.
Few people want to get into an uncomfortable environment or an unprofitable company with no prospects. If you’re wondering how to get a real feel for a company during an interview, you’re welcome. I’ll give a list of questions that interviewers don’t usually expect...
Are you curious about what you need to do to earn more than $15.000 a month, drive a Tesla, live in sunny California, and work at Google, Apple, Facebook, or Amazon?
Reactive systems are an architectural style that allows multiple individual applications to blend into one unit, reacting to their environment, while staying aware of each other. Here is a list of coding interview questions on Reactive Systems to help you get ready for your next data struc...
Microservice architecture – a variant of the service-oriented architecture structural style – arranges an application as a collection of loosely coupled services. In a microservices architecture, services are fine-grained and the protocols are lightweight. Here is a list of coding intervie...
Middleware in the context of distributed applications is software that provides services beyond those provided by the operating system to enable the various components of a distributed system to communicate and manage data. Middleware supports and simplifies complex distributed application...
Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. Here is a list of coding interview questions on Docker to help you get ready for your next data structures interview in 2021.
A database is an organized collection of data, generally stored and accessed electronically from a computer system. Where databases are more complex they are often developed using formal design and modeling techniques. Here is a list of coding interview questions on Databases to help you g...
In computer science, concurrency is the ability of different parts or units of a program, algorithm, or problem to be executed out-of-order or in partial order, without affecting the final outcome. Here is a list of coding interview questions on Concurrency to help you get ready for your n...
In theoretical computer science, the CAP theorem, also named Brewer's theorem after computer scientist Eric Brewer, states that it is impossible for a distributed data store to simultaneously provide more than two out of the following three guarantees: Consistency: Every read receives the ...
Get the inside track on what to expect in your next tech interview. We offer you a collection of high quality technical interview questions to help you prepare for your next coding interview.
A smart interface helps you track your progress and focus on the topics you need. You can search through questions or sort them by difficulty or type.
Save tens of hours searching for information on hundreds of low-quality sites designed to drive traffic and make money from advertising.