Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
flowchart
Polymorphism
Home
Questions
Questions
Study lists
mahmoud Questions
3502 Questions
Given two arrays A and B of size N each, find the maximum N elements from the sum combination (A[i]+B[j]) formed elements A and B
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
1262
You are given an array of n elements such that each element is at max k place away from its original sorted position, you have to sort the array in the correct manner
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
434
Given K sorted arrays arranged in form of a matrix of size K*N, you are required to merge them into single sorted array
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
575
You are given an array a of length n consisting of zeros. You perform n actions with this array: during the i-th action
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
1182
EARTH is receiving some weird signals for the past few days. After converting them to our number system they found out that some numbers are repeating
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
122
Given a string, you have to find the largest palindromic substring using O(1) space complexity
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
210
You are given a matrix of size N*M, you start from first cell and you need to reach bottom right cell. You need to print count of all the unique path that are possible
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
425
You are given a string, you have to print all the subsequences of the string in lexicographical order
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
477
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, print all distinct solutions to the n-queens puzzle
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
907
You are given a matrix of the size of N*M, you need to print all the paths from top left to the bottom right of the given matrix. You can only move in right and down direction
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
427
Given an array of integers A[] and a positive integer k, find whether it\'s possible to divide this array into k non-empty subsets whose sums are all equal
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
441
Given a chess board and a knight is placed to any of the position of the chess. You have to find out either the knight will go through all the positions of the chess and if it is possible then print the total chess or not possible
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
405
A string and a pattern are given to you. You have to match the pattern and string without using regular expression
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
435
Total:
3502
Previous
242
243
244
245
246
Next
Go