walkccc / CLRS

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

Update 6-2.md #447

Closed eivankin closed 2 years ago

eivankin commented 2 years ago

Changes:

  1. Variable largest of d-ARY-MAX-HEAPIFY procedure is now treated as a heap element index inside for-loop rather than the element itself, like it does outside the loop.
  2. Move misplaced square bracket in d-ARY-MAX-HEAP-INSERT and d-ARY-INCREASE-KEY procedures.
walkccc commented 2 years ago

Thank you!