Jump to content

Talk:Probabilistic analysis of algorithms

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Average != expected

Average complexity does NOT mean expected complexity. While the latter is well defined (assuming a predefined randomness distribution) average-case complexity is much more subtle. For example, in cryptography an algorithm has average exponential-time complexity if the number of problems that can be solved in polynomial time is negligible. It is not too hard to construct counter-examples where the expected complexity may be polynomial or exponential. Nageh (talk) 18:16, 4 March 2011 (UTC)[reply]