walkccc / CLRS

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

fix 13.4-3 #448

Open Lamu-ctrl opened 2 years ago

Lamu-ctrl commented 2 years ago

in 13.4-3 step delete 38 the graph with one node 41 should be a black node. because the root node in the red-black tree must be a black node and I make a correct picture. 13 4-3-6