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 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
407
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
408
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. Assume that the length of the rope is more than 2 meters
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
314
Given a N X N Matrix, Matrix[N][N] of positive integers. There are only three possible moves from a cell Matrix[r][c]
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
542
You are given an array Arr, you have to find the maximum value of the expression (Arr[i1]-Arr[i2]+Arr[i3]-Arr[i4]) where i1>i2>i3>i4 and (0<=i1,i2,i3,i4<n)
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
371
You are given a set of n types of rectangular 3-D boxes, where the i^th box has length l(i), width w(i), and height h(i) (all real numbers)
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
365
Given the mobile numeric keypad. You can only press buttons that are up, left, right or down to the current button. You are not allowed to press bottom row corner buttons (i.e. * and #)
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
403
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
385
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
413
You are given a list of jobs where each job has a start time, finish time, and the profit associated with that job, find the maximum profit subset of non-overlapping jobs
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
333
Given N activities with their start and finish times. Select the maximum number of activities that can be performed by a single person, assuming that a person can only work on a single activity at a time
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
396
You are standing in some location (x, y) on an island, given in form of a matrix of size N*M, you are allowed to move in all four directions left, right, up and down
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
410
Given a sequence of numbers you have to find out the length of the longest increasing odd even subsequence and print the length of the subsequence
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
382
Total:
3502
Previous
248
249
250
251
252
Next
Go