walkccc / CLRS

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

solution to 3.2-3 #391

Open bwei-nasf opened 3 years ago

bwei-nasf commented 3 years ago

In the proof, the first term should be theta(lg(n)) instead of theta(sqrt(n))?