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
You are given an array A of integers of size N. You will be given Q queries where each query is represented by two integers L, R
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
506
You will be given a square matrix M and a positive integer power N. You will have to compute M raised to the power N
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
1190
Sieve of Eratosthenes is an ancient algorithm of finding prime numbers for any given range. It\'s actually about maintaining a Boolean table to check for corresponding prime no
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
1225
Given a set of non-negative integers, and a value sum, determine if there is a subset of the given set with a sum equal to the given sum
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
367
Given an array of integers and a sum, the task is to count all subsets of a given array with the sum equal to the given sum
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
435
You are given a matrix of size N*M with each cell having some values, you need to find the number of paths from first cell to last bottom right cell such that the path has exactly given sum. You can only move in two direction either right or down
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
322
Given a N*M binary matrix find the size of largest square sub-matrix of 1\'s present in it
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
381
Given an array A of N positive integers. Find the sum of maximum sum increasing subsequence of the given array
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
381
Given a rope of length n meters, cut the rope in different parts of integer lengths in a way that maximizes the product of lengths of all parts. You must make at least one cut
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
347
Given a rectangular matrix of size N*M, we can move from the current cell in 4 directions with equal probability
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
342
Given the mobile numeric keypad. You can only press buttons that are up, left, right or down to the current button
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
328
You are given a staircase, you need to find the total number of ways to reach the nth stair from the bottom of the staircase when you are only allowed to climb 1, 2 or 3 stairs at a time
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
384
Given a string, find out if the string is K-palindrome or not. A k-palindrome string transforms into a palindrome on removing at most k characters from it
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
394
Total:
3502
Previous
244
245
246
247
248
Next
Go