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
576
Given an mXn matrix, if an element is 0, set its entire row and column to 0. Do it in-place
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
583
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
555
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
476
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
497
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
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
504
Given a gold mine of n*m dimensions, each cell in this mine contains a positive integer which is the amount of gold in tons
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
525
Given a Boolean 2D matrix (0-based index), find whether there is a path from (0,0) to (x,y) and if there is one path, print the minimum no of steps needed to reach it, else print -1 if the destination is not reachable
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
558
Given a matrix with 0\'s and 1\'s, one enters the matrix at cell (0, 0) in left to right direction. Whenever one encounters a 0 he retains in the same direction, if one encounters a 1 he has to change direction to the right of current direction and change that 1 value to 0
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
689
Given an array, the task is to divide it into two sets S1 and S2 such that the absolute difference between their sums is minimum
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
418
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
370
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
407
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
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
352
Total:
3502
Previous
247
248
249
250
251
Next
Go