Question: Note on Big - O notation We often describe computational complexity using the Big - O notation. For example, if the number of steps
Note on BigO notation
We often describe computational complexity using the "BigO notation. For example, if the number of
steps involved is then we say it is of order and denote this by When is
large, the highest order term dominates and we drop the scaling constant
More formally, a function is of order and we write if there exists a
constant such that
other words, the function does not grow faster than the function grows large.
The big notation can used also when there are more input variables. For example, this problem, the
number steps necessary complete one iteration depends the number data points the number
clusters the dimension each vector Hence, the number steps required are
for some function
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
