walkccc / CLRS

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

Exercise 4.4-4 #483

Closed shaina-12 closed 1 year ago

shaina-12 commented 1 year ago

There is a mistake in the last line of the solution. The answer should be O(2^n) but O(n^2) is written. Please rectify this typo mistake.

walkccc commented 1 year ago

Thanks. Updated.