Introduction to Algorithms
Introduction to Algorithms
3rd Edition
ISBN: 9780262033848
Author: Thomas H. Cormen, Ronald L. Rivest, Charles E. Leiserson, Clifford Stein
Publisher: MIT Press
Question
Book Icon
Chapter 3, Problem 3P

(a)

Program Plan Intro

Partition list into equivalence classes such that functions are in same class if f(n)=θ(g(n)) .

(b)

Program Plan Intro

Give an example of a single nonnegative function such that f(n) is neither O(gi(n)) nor Ω(gi(n)) .

Blurred answer