[go: up one dir, main page]

0% found this document useful (0 votes)
1K views8 pages

30 Days of DSA: LeetCode Practice

This document provides a list of 150 questions related to common data structures and algorithms. The questions are grouped into categories like arrays, linked lists, binary search, sliding window, stacks and queues, trees, graphs, and dynamic programming. They include links to questions on LeetCode ranging from easy to medium difficulty levels. The document encourages learning by solving problems rather than just for jobs, and notes that the questions are mostly internship-level.

Uploaded by

Adithya Narayan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views8 pages

30 Days of DSA: LeetCode Practice

This document provides a list of 150 questions related to common data structures and algorithms. The questions are grouped into categories like arrays, linked lists, binary search, sliding window, stacks and queues, trees, graphs, and dynamic programming. They include links to questions on LeetCode ranging from easy to medium difficulty levels. The document encourages learning by solving problems rather than just for jobs, and notes that the questions are mostly internship-level.

Uploaded by

Adithya Narayan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
  • Data Structures and Algorithms Questions
  • Complex Data Structures and Techniques
  • Advanced Topics
  • Additional Resources

30DaysCoding.

com

150 Questions: Data structures


Solve and understand these questions, make notes, watch solutions, and have fun. Don’t just
solve them to get a job, but to learn something new! These are mostly internship-level
questions (easy-medium), but will help you in general with problem solving!

Arrays
Easy
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]

Medium
- [Link]
- [Link]
- [Link]
/
- [Link]
- [Link]
- [Link]
[Link]

Linked list
Easy
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]

Medium
- [Link]
- [Link]
- [Link]
- [Link]

Binary search
Easy
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]

Medium
- [Link]
- [Link]
/
- [Link]
- [Link]
- [Link]
[Link]

Sliding window
Read
- Leetcode Pattern 2 | Sliding Windows for Strings | by csgator | Leetcode Patterns

Easy/Medium
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]

2 pointers
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]

Stacks, Queues
- Easy
- [Link]
- [Link]
- [Link]

- Medium
- [Link]
- [Link]
[Link]

- [Link]
- [Link]
- [Link]

BFS, DFS
Read
- Leetcode Pattern 1 | BFS + DFS == 25% of the problems — part 1
- Leetcode Pattern 1 | DFS + BFS == 25% of the problems — part 2

Questions
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]

Recursion
Easy
- 509. Fibonacci Number
- Reverse String
[Link]

- 24. Swap Nodes in Pairs


- 206. Reverse Linked List
- Leetcode #700 Search in a Binary Search Tree
- 70. Climbing Stairs
- Leetcode #50 Pow(x, n)

Backtracking
Read
- Leetcode Pattern 3 | Backtracking | by csgator | Leetcode Patterns
- A general approach to backtracking questions in Java (Subsets, Permutations,
Combination Sum, Palindrome Partitioning)

Easy
- Word Search
- Leetcode #78 Subsets
- 90. Subsets II
- Letter Case Permutation

Medium
- 39. Combination Sum
- 17. Letter Combinations of a Phone Number
- Combinations
- Leetcode : Combination Sum II
- 216. Combination Sum III
- Combination Sum IV
- 46. Permutations
- 47. Permutations II
- 31. Next Permutation
- 51. N-Queens
[Link]

Trees
Read
- Leetcode Pattern 0 | Iterative traversals on Trees | by csgator | Leetcode Patterns

Easy
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]

- Medium
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]

Dynamic programming
Easy
- [Link]
[Link]

- [Link]
- [Link]
- [Link]
- [Link]

Medium
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]

Graphs
Easy
- [Link]
- [Link]

Medium
- [Link]
- [Link]
- [Link]
- [Link]
[Link]

- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]
- [Link]

Additional questions
- [Link]
- [Link]

Random
- [Link]

Videos
Some long videos, to revise or study in one long stretch!
- Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer
- Introduction to Data Structures & Algorithms | Course Details & Prerequisites
- Algorithms Course - Graph Theory Tutorial from a Google Engineer

30DaysCoding.com
150 Questions: Data structures
Solve and understand these questions, make notes, watch solutions, and have f
30DaysCoding.com
Linked list
Easy
-
https:/ (https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-
30DaysCoding.com
Sliding window
Read
-
Leetcode Pattern 2 | Sliding Windows for Strings | by csgator | Leetcode Patterns (htt
30DaysCoding.com
-
https://leetcode.com/problems/open-the-lock/ (https://leetcode.com/problems/open-the-lock/)
-
https://leet
30DaysCoding.com
-
24. Swap Nodes in Pairs (https://leetcode.com/problems/swap-nodes-in-pairs/)
-
206. Reverse Linked List (h
30DaysCoding.com
Trees
Read
-
Leetcode Pattern 0 | Iterative traversals on Trees | by csgator | Leetcode Patterns (https://me
30DaysCoding.com
-
https://leetcode.com/problems/fibonacci-number/ (https://leetcode.com/problems/fibonacci-number/)
-
https:
30DaysCoding.com
-
https://leetcode.com/problems/network-delay-time/ (https://leetcode.com/problems/network-delay-time/)
-
ht

You might also like