1.

What_is_time_complexity_of_the_above_dynamic_programming_implementation_of_the_dice_throw_problem_where_f_is_the_number_of_faces,_n_is_the_number_of_dice_and_s_is_the_sum_to_be_found?$

A. O(n*f)
B. O(f*s)
C. O(n*s)
D. O(n*f*s)
Answer» D. O(n*f*s)


Discussion

No Comment Found

Related MCQs