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