walkccc / CLRS

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

Update 10.4.md, 22.2.md, 22.3.md, and 24-5.md #389

Closed pravalikavis closed 3 years ago

pravalikavis commented 3 years ago
  1. Corrected the pseudo-code for the following errors: a. assigning prev. b. assigning current node 'x' while traversing to child nodes. c. checking if the right child is not NIL.

  2. Also corrected indentation problem