Most Asked Problems in Data Structures and Algorithms | Beginner DSA Sheet
In this Beginner DSA Sheet for Data Structures and Algorithms, we have curated a selective list of problems for you to solve as a beginner for DSA. After learning the fundamentals of programming, choosing a programming language, and learning about Data Structure and Algorithms and their space-time complexity, it becomes necessary to practice the problem based on different data structures and algorithms.
If you are looking for shorter list, please refer Top 75 DSA Questions.

DSA Interview problems
The problem on the sheet includes:
Array:
Question |
Practice |
---|---|
String:
Question |
Practice |
---|---|
Stack:
Question |
Practice |
---|---|
Queue:
Question |
Practice |
---|---|
Solve | |
Linked List:
Question |
Practice |
---|---|
Detect Loop in linked list | Solve |
Matrix:
Question |
Practice |
---|---|
Sorting:
Question |
Practice |
---|---|
Find the sum of all values lesser than the element of the Array |
|
Greedy:
Question |
Practice |
---|---|
Minimum Number of Platforms Required for a Railway/Bus Station |
|
Recursion:
Question |
Practice |
---|---|
Dynamic Programming:
Tree:
Question |
Practice |
---|---|
Graph:
Question |
Practice |
---|---|
DFS of Graph | Solve |