views:

71

answers:

1

I'v got some problem to understand the difference between Logarithmic(Lcc) and Uniform(Ucc) cost criteria and also how to use it in calculations.

Could someone please explain the difference between the two and perhaps show how to calculate the complexity for a problem like A+B*C

(Yes this is part of an assignment =) )

Thx for any help!

/Marthin

A: 

I think you should do some research on Big O notation... http://en.wikipedia.org/wiki/Big_O_notation#Orders_of_common_functions

If there is a part of the description you find difficult edit your question.

Charles Beattie
I know most of the parts regarding Big O notation. But all that is related to the Logarithmic cost criteria is it not? The link doesn't tell me anything about Uniform cost and how to use it in calculations.I'v search around and there doesn't seem to be that much information about this specific question.
Marthin