Call rotate function in AVL Tree C

后端 未结 0 1175
甜味超标
甜味超标 2020-12-06 12:03

I have this code to rightRotate a sub tree :

void rightRotate(mynode **parentPtr, mynode *child)
{
    // make sure the arguments are valid for a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题