virtual-labs-archive / problem-solving-iiith

Other
4 stars 435 forks source link

problem-solving_sequences_introduction_problem 1" #385

Open gayatripurigilla opened 6 years ago

gayatripurigilla commented 6 years ago

Defect Description:given a set of numbers the output should contain the single number which is the length of the longest monotone decreasing subsequence.given set of numbers are 1 2 3 4 5 6 7 8 for which there is no monotone decreasing subsequence. hence the output should be 0 but it is given as 1 which is incorect.steps to reproduce:1.click on problem solving lab.2.click on sequences.3.click on introduction.4.go through the problem 1.expected result:the expected output should be 0 since there is no monotone decreasing subsequence.Screenshot__39_actual result:given output is 1 which is incorrect.label:category:bugtype of issue:functionality

Deekshitha99 commented 6 years ago

My commit id: 9f864ed

thefirefist commented 6 years ago

Valid Fix @Deekshitha99

adityagoda24 commented 6 years ago

Valid fix

SanjanaSunil commented 6 years ago

Fix is validated and ready for production, @Deekshitha99, S5.