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 rectangular grid of dimension 2 x N find out the maximum sum such that no two chosen numbers are adjacent, vertically, diagonally or horizontally
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
580
Given a rod of length N inches and an array of prices that contains prices for all pieces of size smaller than n. Determine the maximum value obtainable by cutting up the rod and selling the pieces
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
570
Given an array of integers where each element represents the max number of steps that can be made forward from that element
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
643
Given an array of size n and a sum K, determine whether any subset is possible with that sum or not. Print \"yes\" if there is any subset present else print \"no\"
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
496
You are given N eggs, and building with K floors from 1 to K. Each egg is identical, you drop an egg and if an egg breaks, you cannot drop it again
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
566
Given two strings string1 and string2 find the minimum cost required to make the given two strings identical. We can delete characters from both the strings
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
592
Given two strings str1 and str2, find length of the longest common sub-sequence between them
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
538
Given a M X N matrix with initial position at top-left cell, find the number of possible unique paths to reach the bottom right cell of the matrix from the initial position
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
629
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
515
Weights and values are given for n items along with the maximum capacity allowed W. What is the maximum value we can achieve if we can pick any weights, any number of times for the total allowed capacity of W?
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
538
ou are given N eggs, and building with K floors from 1 to K. Each egg is identical, you drop an egg and if an egg breaks, you cannot drop it again
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
646
Given a set of numbers, check whether it can be partitioned into two subsets or not such that the sum of elements in both subsets is same
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
557
Given a sequence A of size N, find the length of the longest increasing subsequence from the given sequence
C++ programming
2022-05-01
Answers
30
Question
40
Followers
30
0
1
679
Total:
3502
Previous
238
239
240
241
242
Next
Go