CS502 QUIZ NO 1 SOLVED 100% VERIFIED BY ADMIN (MID TERM SYLLABUS)
Q1: In Fibonacci Sequence, unnecessary repetitions do not exist at all.
Q2: Following is not the application of Edit Distance problem.
Q3: In Dynamic Programming approach, solution is modified/changed __________.
Q4: Dynamic Programming strategy is useful when sub-problems are independent.
Q5: In __________ Knapsack Problem, limitation is that an item can item can either be put in the bad or not. Fractional item are not allowed.
Q6: Dynamic Programming comprises of __________.
Q7: Dynamic Programming is a problem-solving approach in which __________.
Q8: For comparison-based sorting algorithms, it is __________ possible to sort more efficiently than Omega nlog(n) time.
Q9: We can make __________ recursive calls in Fibonacci Sequence.