How to break out of recursion? C Programming

前端 未结 0 1068
感动是毒
感动是毒 2021-01-02 06:21

i have a trenary tree every node got id and name how can i return true when root->id=id and break the recursion

BOOLEAN isIdUsed(Trin_Ari *root,int idNumbe         


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