0% found this document useful (0 votes)
3 views

Question List in Notebook

The document contains a list of programming questions, primarily focused on data structures and algorithms. Each question is numbered and includes topics such as binary conversion, array manipulation, and searching algorithms. The questions are likely intended for practice or assessment purposes in coding interviews or competitive programming.

Uploaded by

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

Question List in Notebook

The document contains a list of programming questions, primarily focused on data structures and algorithms. Each question is numbered and includes topics such as binary conversion, array manipulation, and searching algorithms. The questions are likely intended for practice or assessment purposes in coding interviews or competitive programming.

Uploaded by

somib48047
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 10

Question numb

Question number
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Striver questions 30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
on number(notebook)

Question name
Decimal to binary
Binary to decimal
Reverse an 32 bit integer
find 1's complement of decimal number
check a number is power of two
swap alternate element of an array
find unique element in an array
find duplicate in an array when element is from 1 to n-1 and one element is twice
find intersection of 2 sorted arrays
find pair sum equals to k
sort 0's and 1's array
First and last occruence of an element
peak index in mountain array
find pivot element in roated sorted array
find an element in roated and sorted array
find the square root of a number
allocate minimum number of page to m student
Allocate minimum number of boards to paint to K painter
Aggersive cow problem
Apple shop with ninja
Reverse an array from given position m+1
Merge two sorted array and strore into first array
move all zero to last
rotate the array by shifting element to k place
split the array into three parts
Check if array is sorted and rotated
Sum of 2 array as an array
check a phrase is a valid palidrome or not after converting uppercase to lower and re
Find all factorial less than or equal to N using recursion
Given an array of size N contaning 1 to P elements where some elements is repeated
Find top K frequent element in case of same frequeney larger should be given prefre
Remove all duplicate from a sorted array and return size
Left rotate the array by D place
Find the union of two sorted array
find maximum consecutive 1's from an array of 0's and 1's
Maximum sum of subarray of size K
Find first negative in every window of size K
Find longest subarray with given sum K
Find first 2sum equals to K
sort array which contains 0,1 and 2
Find majority element in an array(element which occuers more than n/2 times)
Best time to buy and sell stock
Rearrange array such that positive neagtive elements comes alternatively( equals po
Find the next permutation of a given integer array
Find leaders in an array
Find the lenth of maximum consecutive elements in an array
Mark row column column to zero which contains a zero element
Rotate an 2D array by 90 degree of n*n size
Find the spriral traversal of a matrix of n*m size
Find the count of subarray with sum K
Find pascal value of ith row and jth column
Genrate all pascal value of row N
Genrate all pascal value till 0 row to N-1
Find all the majority elements which occuers more than n/3 times
Find triplates with sum equals to zero(3 SUM)
Merge all overlaping intervals
Merge 2 sorted array without space
Count inversion of an array
Find an element in 2D array
Implement pow(x,n)
Unique path in given grid
Reverese pair in an array
Count number of subarray with given xor K
Find the lower bound in sorted array
Search insertion position of an element X in sorted array
Find floor and ceil value in a sorted array
Search in rotated sorted array with duplicate element
Find minimum in a rotated sorted array with distinct element
Find out how many times a sorted array is rotated
Search single element in a sorted array in which every element occur twice
Find peak element in an array
Find median value in row-wise sorted matrix
Subset sum of unique element
Subset with distinct element(subset I)
subset with duplicate element (subset II)
Combination sum I
Combination sum II
Palidrome partitioning
all Permutation with unique element
ement is twice
e to lower and removing alphnumeric character

ments is repeated and some are not present.Find the number of occurrence and update the a
d be given prefrence

n n/2 times)

tively( equals positive and negative element)


and update the array with that

You might also like