* @brief A handy function to try if we can do a left rotate to the target * node * * Given two node, the parent and the target child, the left rotate * operation is uniquely identified. The source node must be the right * sibling of the target child. The operation can be successfully done if * the to_child has a right sibling and its right sibling is not 2-node. * * @param parent the paren
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected