Create Quiz

Count ways to reach the n’th stair Quiz

Count ways to reach the n’th stair Quiz

Count ways given the number of steps that one can cover at most in one leap (K). The task is to find the number of possible ways one quiz

You can mute/unmute sounds from here

You May Get Result Of Count ways to reach the n’th stair Quiz

Count ways to reach the n’th stair Quiz
Count ways to reach the n’th stair Quiz
Count ways to reach the n’th stair Quiz
Count ways to reach the n’th stair Quiz
POST YOUR ANSWER (READ ANSWERS)

Quiz Questions And Answers

For i = 1 to n-1 do 2.1 For j = 1 to n-1-i do 2.2.1 If (a[j+1] < a[j]) then swap a[j] and a[j+1] Given code is for

Bubble sort
Quick Sort
Both
None

In Strassen’s Multiplication Algorithm the T(n) is

7T (n) + bn2
7T (n/2) + bn2
8T (n/2) + bn2
None

T (n) = 4 T (n/2) + n then in Big Oh Notation it is

O (n2)
O(4)
O(n)
None

In T(n) = a * T(n/b) + f(n) , a refers to

Size of sub problem
No. of sub problems
Size of the problem
Time to combine solutions

0-1 knapsack be solved using

dynamic programming
Backtracking
Both
None

In depth first search algorithm the no. of recursive calls we have to make are

2
4
3
1

O (f(n)) minus O(f(n)) is equal to

Zero
A constant
f(n)
None

Quick sort is solved using

Greedy Programming
Dynamic Programming
Both
None
ANSWERS

Currently, we have no comments. Be first to comment on this quiz.

Count ways to reach the n’th stair Quiz : Test Trivia

Ultimate impossible accurate personality honest Quiz Game

How do you rate this quiz?

Average rating 4.8 / 5. Vote: 5
Embed This Quiz
Copy the code below to embed this quiz