Problems in data structure

前端 未结 0 1438
栀梦
栀梦 2021-01-15 05:57

I\'m making a data structure that stores strings from a file in memory. The struture is:

typedef struct node
{
    bool end;
    struct node *letters[27];
} n         


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