walkccc / CLRS

📚 Solutions to Introduction to Algorithms Third Edition
https://walkccc.me/CLRS
MIT License
4.63k stars 1.26k forks source link

Mismatch in question for Exercise 3.2-3 #438

Open johntony366 opened 2 years ago

johntony366 commented 2 years ago

Question on the website says: "Prove equation (3.19). Also prove that n! ω(2^n) and n! o(n^n)." Correct question in the book: "Prove equation (3.19). Also prove that n! = ω(2^n) and n! = to o(n^n)."