in Algorithms retagged by
1,928 views
0 votes
0 votes

The concept of order Big O is important because

  1. It can be used to decide the best algorithm that solves a given problem
  2. It is the lower bound of the growth rate of algorithm
  3. It determines the maximum size of a problem that can be solved in a given amount of time
  4. Both (A) and (B)
in Algorithms retagged by
by
1.9k views

1 comment

0
0

2 Answers

0 votes
0 votes

Option (A) It can be used to decide the best algorithm that solves a given problem

by
0 votes
0 votes
Option A) is correct , It can be used to decide the best algorithm that solves the problem.
Answer:

Related questions