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 an integer N denoting the Length of a rod, one needs to cut the rod in such a way that the cut length of the rod segment each time is integer either x, y or z and after performing all cutting operation the total number of cut segments must be maximum
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
582
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-04-30
Answers
30
Question
40
Followers
30
0
1
368
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-04-30
Answers
30
Question
40
Followers
30
0
1
322
Given a string you have to count the total number of palindromic subsequences in the giving string and print the value
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
436
Given a string you have to find out the length of the longest palindromic subsequence from the given string
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
541
Given a string you have to find out the longest palindromic subsequence from the given string
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
392
Given an array you have to print the longest bitonic subsequence from the array. A bitonic sequence is a sequence where numbers of that sequence are sorted and they are increasing first then decreasing
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
444
Given an array, you have to find out the length of the longest bitonic subsequence from the array
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
532
Given string str, find the length of the longest repeating subsequence
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
617
Given two strings str1 and str2, find length of the longest common sub-sequence between them
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
552
Given n dice each with m faces, numbered from 1 to m, find the number of ways to get sum X. X is the summation of values on each face when all the dice are thrown
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
503
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-04-30
Answers
30
Question
40
Followers
30
0
1
524
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-04-30
Answers
30
Question
40
Followers
30
0
1
369
Total:
3502
Previous
252
253
254
255
256
Next
Go