Explain why Stack is a recursive data structure
Get lifetime access
Track progress
Save time
Explain why Stack is a recursive data structure
Define Stack
What is Queue?
Name some characteristics of Array Data Structure
Define Linked List
Define Tree Data Structure
What is Priority Queue?
What is Heap?
What is Hash Table?
What is String in Data Structures?
Define Binary Tree
What is a Graph?
What is Trie?
What is Complexity Analysis of Queue operations?
Name some disadvantages of Linked Lists?
What are some types of Queue?
Why and when should I use Stack or Queue data structures instead of Arrays/Lists?
What are Dynamic Arrays?
What are some types of Linked List?
What is the space complexity of a Hash Table?
What is Binary Heap?
What's the difference between the data structure Tree and Graph?
What is Binary Search Tree?
Under what circumstances are Linked Lists useful?
What is the difference between Strings vs. Char arrays?
Return the N-th value of the Fibonacci sequence Recursively
Return the N-th value of the Fibonacci sequence. Solve in O(n) time
How to implement a Tree data-structure? Provide some code.
Convert a Singly Linked List to Circular Linked List
Implement Pre-order Traversal of Binary Tree using Recursion
What does Sparse Array mean?
What is an Associative Array?
Compare Heaps vs Arrays to implement Priority Queue
What is complexity of Hash Table?
Name some common types and categories of Graphs
Name some application of Trie data structure
What is Balanced Tree and why is that important?
What is AVL Tree?
Explain how Heap Sort works
LIS: Find length of the longest increasing subsequence (LIS) in the array. Solve using DP.
How to merge two sorted Arrays into a Sorted Array?
How to check if two Strings (words) are Anagrams?
Convert a Binary Tree to a Doubly Linked List
Find all the Permutations of a String
Can you do Iterative Pre-order Traversal of a Binary Tree without Recursion?
What is Red-Black tree?
What are some main advantages of Tries over Hash Tables
How would you traverse a Linked List in O(n1/2)?
What is Bipartite Graph? How to detect one?
What are Pascal Strings?
Explain what is B-Tree?
How To Choose Between a Hash Table and a Trie (Prefix Tree)?
When is doubly linked list more efficient than singly linked list?
What is Rope Data Structure is used for?
Binet's formula: How to calculate Fibonacci numbers without Recursion or Iteration?
Explain how QuickSort works
Explain what is Fibonacci Search technique?
How to implement 3 Stacks with one Array?
Find the length of a Linked List which contains Cycle (Loop)
Compare lookup operation in Trie vs Hash Table
How are B-Trees used in practice?
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.