Binary search tree function definition error

后端 未结 0 860
谎友^
谎友^ 2021-01-30 14:30

This is the part of code where I want the createNode function to return the node that it creates.

struct Node *ptr = createNode(key);
if(keydata)
{
          


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