I am trying to understand how red black trees work, assume the transition from first to the second at the picture, I get it this without any problem, after this according to teaching resources, I need to do a local fix on the red G node. So as a fix to the 2nd step, does G simply colored to black to maintain the red-black properties ?
thanks