Recursion with AVL trees, function minimization

前端 未结 0 932
旧巷少年郎
旧巷少年郎 2020-12-17 17:53

I have made these two functions that find if any AVL tree contains a string that starts with \'a\':

int check2( int x, AVLNode T )
{
    if(x == 1)
        re         


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