walkccc / CLRS

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

Update 3.2.md #501

Closed Toby1009 closed 2 months ago

Toby1009 commented 3 months 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)."

438

walkccc commented 2 months ago

Thank you!