walkccc / CLRS

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

Update 7.4.md #380

Closed wangqin0 closed 3 years ago

wangqin0 commented 3 years ago

Simple correction: 4q - 2n +2 = 0 -> q = n/2 - 1/2 (not 1/4)