Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • DSA Tutorial
  • Data Structures
  • Algorithms
  • Array
  • Strings
  • Linked List
  • Stack
  • Queue
  • Tree
  • Graph
  • Searching
  • Sorting
  • Recursion
  • Dynamic Programming
  • Binary Tree
  • Binary Search Tree
  • Heap
  • Hashing
  • Divide & Conquer
  • Mathematical
  • Geometric
  • Bitwise
  • Greedy
  • Backtracking
  • Branch and Bound
  • Matrix
  • Pattern Searching
  • Randomized
Open In App

Most Asked Problems in Data Structures and Algorithms | Beginner DSA Sheet

Last Updated : 08 Oct, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

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-For-Beginners
DSA Interview problems

The problem on the sheet includes:

Array:

Question

Practice

Search an Element in an array

Solve

Find minimum and maximum element in an array

Solve

Wave Array

Solve

Transpose of Matrix

Solve

Rotate by 90 degrees

Solve

Next Greater Element

Solve

Maximum of all subarrays of size k

Solve

Missing number in array

Solve

Bitonic Point

Solve

Count Palindrome Sub-Strings of a String

Solve

String:

Question

Practice

Anagram

Solve

Reverse words in a given string

Solve

Longest Common Prefix

Solve

Isomorphic Strings

Solve

Check if string is rotated by two places

Solve

Divisible by 7

Solve

Integer to Roman

Solve

Stack:

Question

Practice

Parenthesis Checker

Solve

Next Greater Element

Solve

Stock Span Problem

Solve

Reverse a String using Stack

Solve

Reverse an array using Stack

Solve

Delete Middle element from Stack

Solve

Reverse individual words

Solve

Queue:

Question

Practice

Reverse First k Elements of Queue

Solve

Implement a Queue using an Array

Solve

Implement a queue using stack

Solve

Level with maximum number of nodes

Solve

Linked List:

Question

Practice

Node at a given index in linked list

Solve

Merge two sorted linked lists

Solve

Delete a Node in Single Linked List

Solve

Insert in Sorted way in a Sorted DLL

Solve

Find n/k th node in Linked list

Solve

Nth node from end of linked list

Solve

Detect Loop in linked listSolve

Delete middle of linked list

Solve

Matrix:

Question

Practice

Rotate Matrix Elements

Solve

Find the maximum number of 1's in a row

Solve

Print matrix in snake pattern

Solve

Turn an image by 90-degree

Solve

Sorting:

Question

Practice

Find the sum of all values lesser than the element of the Array

Solve

Merge Two Sorted Arrays

Solve

Sort an Array of Strings in Lexicographical order

Solve

Finding Kth smallest number in given array of large numbers

Solve

Chocolate Distribution Problem

Solve

Insertion Sort

Solve

Heap Sort

Solve

Greedy:

Question

Practice

Police and Thieves

Solve

Minimum Number of Platforms Required for a Railway/Bus Station

Solve

Connect n ropes with minimum cost

Solve

Huffman Encoding

Solve

Fractional Knapsack

Solve

Recursion:

Question

Practice

Print 1 to n without using loops

Solve

Mean of Array using Recursion

Solve

Print reverse of a string using recursion

Solve

Sum of digit of a number using recursion

Solve

Program for factorial of a number

Solve

Tower Of Hanoi

Solve

Print first n Fibonacci Numbers

Solve

Dynamic Programming:

Question

Practice

Maximum Product Cutting

Solve

Minimum number of deletions and insertions to transform one string into another

Solve

0-1 Knapsack Problem

Solve

Subset Sum Problem

Solve

Longest Increasing Subsequence

Solve

Longest Common Subsequence

Solve

Longest Common SubstringSolve

Coin Change

Solve

Edit Distance

Solve

Nth catalan number

Solve

Longest Path In Matrix

Solve

Tree:

Question

Practice

Inorder Traversal

Solve

Postorder Traversal

Solve

Preorder Traversal

Solve

Insert a node in a BST

Solve

Height of Binary Tree

Solve

Check for BST

Solve

Kth Largest Element in a BST

Solve

Graph:

Question

Practice

DFS of GraphSolve

BFS of graph

Solve

Topological sort

Solve

Number of Provinces

Solve

Implementing Dijkstra Algorithm

Solve

Strongly Connected Components (Kosaraju’s Algo)

Solve

Distance from the Source (Bellman-Ford Algorithm)

Solve


R

RishabhPrabhu
Improve
Article Tags :
  • DSA

Similar Reads

    30 OOPs Interview Questions and Answers [2025 Updated]
    Object-oriented programming, or OOPs, is a programming paradigm that implements the concept of objects in the program. It aims to provide an easier solution to real-world problems by implementing real-world entities such as inheritance, abstraction, polymorphism, etc. in programming. OOPs concept is
    15 min read
    C++ Interview Questions and Answers (2025)
    C++ - the must-known and all-time favourite programming language of coders. It is still relevant as it was in the mid-80s. As a general-purpose and object-oriented programming language is extensively employed mostly every time during coding. As a result, some job roles demand individuals be fluent i
    15+ min read
    Top 100 C++ Coding Interview Questions and Answers [2025 Updated]
    C++ is one of the most popular languages in the software industry for developing software ranging from operating systems, and DBMS to games. That is why it is also popular to be asked to write C++ Programs in live coding sessions in job placement interviews.This article provides a list of C++ coding
    15+ min read
    Python Interview Questions and Answers
    Python is the most used language in top companies such as Intel, IBM, NASA, Pixar, Netflix, Facebook, JP Morgan Chase, Spotify and many more because of its simplicity and powerful libraries. To crack their Online Assessment and Interview Rounds as a Python developer, we need to master important Pyth
    15+ min read
    Java Interview Questions and Answers
    Java is one of the most popular programming languages in the world, known for its versatility, portability, and wide range of applications. Java is the most used language in top companies such as Uber, Airbnb, Google, Netflix, Instagram, Spotify, Amazon, and many more because of its features and per
    15+ min read
    Java Collections Interview Questions and Answers
    Java Collection Framework was introduced in JDK 1.2 which contains all the collection classes and interfaces. Java Collection is a framework that provides a mechanism to store and manipulate the collection of objects. It allows developers to access prepackaged data structures and algorithms for mani
    15+ min read
    Java Multithreading Interview Questions and Answers
    Java Multithreading lets developers run multiple tasks at the same time, making apps faster and more responsive. Java is used by over 10 million developers on 15 billion devices, from Big Data apps to everyday gadgets like phones and DTH boxes. Big companies like Uber, Airbnb, EA, Google, Netflix, a
    12 min read
    Top 100 Data Structure and Algorithms DSA Interview Questions Topic-wise
    DSA has been one of the most popular go-to topics for any interview, be it college placements, software developer roles, or any other technical roles for freshers and experienced to land a decent job. If you are among them, you already know that it is not easy to find the best DSA interview question
    3 min read
    Top 50 Array Coding Problems for Interviews
    Array is one of the most widely used data structure and is frequently asked in coding interviews to the problem solving skills. The following list of 50 array coding problems covers a range of difficulty levels, from easy to hard, to help candidates prepare for interviews.Easy ProblemsSecond Largest
    2 min read
    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 c
    2 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences