100% found this document useful (1 vote)
3K views3 pages

DSA - Ka - Baap - CampusMonk - Sheet1

The document lists various coding problems categorized by topics such as Arrays/Strings, Matrix, 2 Pointers, Sliding Window, Hashmap, Stack, Linked List, Binary Search, Kadane's Algorithm, Bit Manipulation, Math, Backtracking, Binary Tree, Binary Tree BFS, Binary Search Tree, Graph, Heap, 1D DP, and Multi Dimensional DP. Each problem includes its difficulty level and a link to the LeetCode question. The list serves as a resource for practicing coding challenges across different data structures and algorithms.

Uploaded by

Yashaswini M O
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
100% found this document useful (1 vote)
3K views3 pages

DSA - Ka - Baap - CampusMonk - Sheet1

The document lists various coding problems categorized by topics such as Arrays/Strings, Matrix, 2 Pointers, Sliding Window, Hashmap, Stack, Linked List, Binary Search, Kadane's Algorithm, Bit Manipulation, Math, Backtracking, Binary Tree, Binary Tree BFS, Binary Search Tree, Graph, Heap, 1D DP, and Multi Dimensional DP. Each problem includes its difficulty level and a link to the LeetCode question. The list serves as a resource for practicing coding challenges across different data structures and algorithms.

Uploaded by

Yashaswini M O
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
You are on page 1/ 3

Topic Serial No.

Difficulty Level Question Link Solution Video


1 Easy Remove Element - LeetCode
2 Easy Find the Index of the First Occurrence in a String - LeetCode
3 Easy Longest Common Prefix - LeetCode
4 Easy Length of Last Word - LeetCode
5 Easy Roman to Integer - LeetCode
6 Easy Merge Sorted Array - LeetCode
Arrays/Strings - 1 7 Easy Best Time to Buy and Sell Stock - LeetCode
8 Medium Remove Duplicates from Sorted Array II - LeetCode
9 Medium Rotate Array - LeetCode
10 Medium Best Time to Buy and Sell Stock II - LeetCode
11 Medium Jump Game - LeetCode
12 Medium Reverse Words in a String - LeetCode
13 Hard Trapping Rain Water - LeetCode
14 Hard Candy - LeetCode

15 Easy Defanging an IP Address - LeetCode


16 Easy Maximum Number of Words Found in Sentences - LeetCode
17 Easy Check If Two String Arrays are Equivalent - LeetCode https://drive.google.com/file/d/15T9F39XhZjN-tOPMoDmr-SzrDaR7XMLB/view?usp=drivesdk
Arrays/Strings - 2 18 Easy Number of Senior Citizens - LeetCode
19 Medium Minimum Amount of Time to Collect Garbage - LeetCode
20 Medium Find and Replace Pattern - LeetCode
21 Medium Number of Pairs of Strings With Concatenation Equal to Target - LeetCode
22 Hard Valid Number - LeetCode

23 Medium Valid Sudoku - LeetCode


24 Medium Spiral Matrix - LeetCode
Matrix 25 Medium Rotate Image - LeetCode
26 Medium Set Matrix Zeroes - LeetCode
27 Medium Game of Life - LeetCode

28 Easy https://leetcode.com/problems/valid-palindrome
29 Easy https://leetcode.com/problems/is-subsequence
2 Pointers 30 Medium https://leetcode.com/problems/two-sum-ii-input-array-is-sorted
31 Medium https://leetcode.com/problems/container-with-most-water
32 Medium https://leetcode.com/problems/3sum

33 Medium https://leetcode.com/problems/minimum-size-subarray-sum
Sliding Window 34 Medium https://leetcode.com/problems/longest-substring-without-repeating-characters
35 Hard https://leetcode.com/problems/substring-with-concatenation-of-all-words
36 Hard https://leetcode.com/problems/minimum-window-substring

37 Easy https://leetcode.com/problems/ransom-note
38 Easy https://leetcode.com/problems/isomorphic-strings
39 Easy https://leetcode.com/problems/word-pattern
Hashmap 40 Easy https://leetcode.com/problems/valid-anagram
41 Easy https://leetcode.com/problems/two-sum
42 Medium https://leetcode.com/problems/group-anagrams
43 Medium https://leetcode.com/problems/longest-consecutive-sequence

44 Easy https://leetcode.com/problems/valid-parentheses
45 Easy https://leetcode.com/problems/next-greater-element-i/
Stack 46 Medium https://leetcode.com/problems/min-stack
47 Medium https://leetcode.com/problems/simplify-path

48 Easy https://leetcode.com/problems/linked-list-cycle
49 Easy https://leetcode.com/problems/merge-two-sorted-lists
50 Medium https://leetcode.com/problems/add-two-numbers
Linked List 51 Medium https://leetcode.com/problems/reverse-linked-list-ii
52 Medium https://leetcode.com/problems/rotate-list
53 Medium https://leetcode.com/problems/remove-nth-node-from-end-of-list
54 Hard https://leetcode.com/problems/reverse-nodes-in-k-group

55 Easy https://leetcode.com/problems/search-insert-position
56 Medium https://leetcode.com/problems/search-a-2d-matrix
Binary Search 57 Medium https://leetcode.com/problems/find-peak-element
58 Medium https://leetcode.com/problems/search-in-rotated-sorted-array
59 Hard https://leetcode.com/problems/median-of-two-sorted-arrays

Kadane's Algo 60 Medium https://leetcode.com/problems/maximum-subarray


61 Medium https://leetcode.com/problems/maximum-sum-circular-subarray

62 Easy https://leetcode.com/problems/add-binary
Bit Manipulation 63 Easy https://leetcode.com/problems/reverse-bits
64 Easy https://leetcode.com/problems/number-of-1-bits
65 Easy https://leetcode.com/problems/single-number

66 Easy https://leetcode.com/problems/palindrome-number
Math 67 Easy https://leetcode.com/problems/sqrtx
68 Medium https://leetcode.com/problems/powx-n

69 Medium https://leetcode.com/problems/combinations
70 Medium https://leetcode.com/problems/permutations
Backtracking 71 Medium https://leetcode.com/problems/combination-sum
72 Medium https://leetcode.com/problems/n-queens-ii
73 Medium https://leetcode.com/problems/letter-combinations-of-a-phone-number

74 Easy https://leetcode.com/problems/maximum-depth-of-binary-tree
75 Easy https://leetcode.com/problems/symmetric-tree
Binary Tree 76 Easy https://leetcode.com/problems/path-sum
77 Medium https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree
78 Medium https://leetcode.com/problems/count-complete-tree-nodes

79 Easy https://leetcode.com/problems/average-of-levels-in-binary-tree
Binary Tree BFS 80 Medium https://leetcode.com/problems/binary-tree-level-order-traversal
81 Medium https://leetcode.com/problems/binary-tree-right-side-view

82 Medium https://leetcode.com/problems/validate-binary-search-tree
Binary Search Tree 83 Medium https://leetcode.com/problems/kth-smallest-element-in-a-bst
84 Medium https://leetcode.com/problems/minimum-absolute-difference-in-bst

85 Medium https://leetcode.com/problems/number-of-islands
Graph General 86 Medium https://leetcode.com/problems/surrounded-regions
87 Medium https://leetcode.com/problems/clone-graph
88 Medium https://leetcode.com/problems/course-schedule/

89 Medium https://leetcode.com/problems/kth-largest-element-in-an-array
Heap 90 Hard https://leetcode.com/problems/find-median-from-data-stream

91 Easy https://leetcode.com/problems/climbing-stairs
92 Medium https://leetcode.com/problems/coin-change
1D DP 93 Medium https://leetcode.com/problems/house-robber
94 Medium https://leetcode.com/problems/longest-increasing-subsequence
95 Medium https://leetcode.com/problems/word-break

96 Medium https://leetcode.com/problems/longest-palindromic-substring
Multi Dimensional DP 97 Medium https://leetcode.com/problems/minimum-path-sum
98 Medium https://leetcode.com/problems/triangle
99 Hard https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iii
100 Hard https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv

You might also like