ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
NADOS (PepCoding) Level 1 Q's in Leetcode
2
TOPICS Level 1
3
Leetcode Questions Links
4
approx 150 questions
5
Function & Array
6
1Find Element In An Array
7
2Sum Of Two Arrays
8
3Reverse a array
9
10
4Rotate an Array
11
5Subarray Problemhttps://leetcode.com/problems/maximum-subarray/
12
6Subsets of an Arrayhttps://leetcode.com/problems/subsets/
13
7First Index and Last Indexhttps://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/
14
2-D Arrays
15
1Matrix Multiplication
16
2Spiral Matrixhttps://leetcode.com/problems/spiral-matrix/
17
3Exit of point of matrixhttps://leetcode.com/problems/01-matrix/
18
4Rotate By 90 Degreehttps://leetcode.com/problems/rotate-image/
19
5Search in 2D Matrixhttps://leetcode.com/problems/search-a-2d-matrix/
20
https://leetcode.com/problems/search-a-2d-matrix-ii/
21
6Ring rotate
22
String, Dynamic String and Dynamic Array
23
1Palindromic SubStringshttps://leetcode.com/problems/palindromic-substrings/
24
2Toggle Optica Documenthttps://leetcode.com/problems/to-lower-case/
25
3String With Difference Of Every Two Consecutive Charactershttps://leetcode.com/problems/consecutive-characters/
26
4Permutation of Strings
27
Recursion And Backtracking
28
1Factorial
29
2Power-linearhttps://leetcode.com/problems/power-of-two/
30
3Tower Of Hanoi
31
4First Index , Last Indexhttps://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/
32
5All Indices Of Arrayhttps://leetcode.com/problems/find-all-k-distant-indices-in-an-array/
33
6Get Subsequencehttps://leetcode.com/problems/is-subsequence/
34
7get kpchttps://leetcode.com/problems/letter-combinations-of-a-phone-number
35
8Get Stair Pathshttps://leetcode.com/problems/climbing-stairs/
36
9Get Maze Pathshttps://leetcode.com/problems/unique-paths/
37
10Get Maze Path With Jumpshttps://leetcode.com/problems/jump-game/
38
11Print Permutationshttps://leetcode.com/problems/permutations/
39
12Flood Fillhttps://leetcode.com/problems/flood-fill/
40
13Target Sum subsethttps://leetcode.com/problems/target-sum/
41
14N Queenhttps://leetcode.com/problems/n-queens/
42
15Kinght Tourhttps://leetcode.com/problems/knight-probability-in-chessboard/
43
Time and Space Complexity
44
1Bubble Sort
45
2Selection Sort
46
3Insertion Sort
47
4Merge two sorted arrayhttps://leetcode.com/problems/merge-sorted-array/
48
5Merge Sort
49
6Partition An Array
50
7Quick Sort
51
8Quick Select https://leetcode.com/tag/quickselect/
52
9Count Sorthttps://leetcode.com/tag/counting-sort/
53
10Radix Sorthttps://leetcode.com/tag/radix-sort/
54
11Sort 0 & 1
55
12Sort 0 & 1 & 2https://leetcode.com/problems/sort-colors/
56
13Target Sum Pair 1
57
14Pivot In Sorted And Rotated Arrayhttps://leetcode.com/problems/find-minimum-in-rotated-sorted-array/
58
Stacks And Queues
59
1Duplicate Bracketshttps://leetcode.com/problems/valid-parentheses/
60
2Balanced Bracketshttps://practice.geeksforgeeks.org/problems/valid-expression1025/1/
61
3Next Greater element to the righthttps://leetcode.com/problems/next-greater-element-i/
62
https://leetcode.com/problems/next-greater-element-ii/
63
https://leetcode.com/problems/next-greater-element-iii/
64
4Stock Spanhttps://leetcode.com/problems/online-stock-span/
65
5Largest Area Histogramhttps://leetcode.com/problems/largest-rectangle-in-histogram//
66
6Sliding Window Maximumhttps://leetcode.com/problems/sliding-window-maximum/
67
7Infix Conversionhttps://leetcode.com/problems/basic-calculator/
68
https://leetcode.com/problems/basic-calculator-ii/
69
8Celebrity Problem
70
9Merge Overlapping Intervalhttps://leetcode.com/problems/merge-intervals/
71
10Smallest Number Following Patternhttps://leetcode.com/problems/132-pattern/solution/
72
11
73
12Dynamic Stack
https://leetcode.com/problems/build-an-array-with-stack-operations/
74
13Minimum Stackhttps://leetcode.com/problems/min-stack/
75
14Minimum Stack - Constant time and space
76
15Normal Queuehttps://leetcode.com/problems/implement-queue-using-stacks/
77
16Two stacks in an array
78
LinkedList
79
1Display A Linkedlisthttps://leetcode.com/problems/design-linked-list/
80
2Reverse a linked List - Interatively
81
3Reverse a linked List - Recursive
82
4Kth Node from End of the linked list
83
5Mid Of Linked Listhttps://leetcode.com/problems/middle-of-the-linked-list/
84
6Merge two sorted linked listhttps://leetcode.com/problems/merge-two-sorted-lists/
85
7Merge Sort A Linked Listhttps://leetcode.com/problems/sort-list/
86
8Remove Duplicates In A Sorted Linked Listhttps://leetcode.com/problems/remove-duplicates-from-sorted-list/
87
9Odd Even Linked Listhttps://leetcode.com/problems/odd-even-linked-list/
88
10K Reverse In Linked Listhttps://leetcode.com/problems/reverse-nodes-in-k-group/
89
11Is linked list is a Palindromehttps://leetcode.com/problems/palindrome-linked-list/
90
12Fold A Linked Listhttps://leetcode.com/problems/reorder-list/
91
13Add Two Linked Listshttps://leetcode.com/problems/add-two-numbers/
92
14Intersection Point Of Linked Listshttps://leetcode.com/problems/intersection-of-two-linked-lists/
93
Generic Tree
94
1Generic Tree Traversals - Pre,In and Post
95
96
97
2Levelorder Linewise (generic Tree)https://leetcode.com/problems/n-ary-tree-level-order-traversal/
98
3Levelorder Linewise Zig Zaghttps://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/
99
4Mirror A Generic Treehttps://leetcode.com/problems/symmetric-tree/
100
5Remove Leaves In Generic Treehttps://leetcode.com/problems/delete-leaves-with-a-given-value/