libenigma
Enigma machine utility library
Loading...
Searching...
No Matches
EnigmaTrie_s Struct Reference

#include <crack.h>

Data Fields

char value
 1 if the node represents the end of a valid word, 0 otherwise.
 
struct EnigmaTrie_schildren [26]
 Pointers to child nodes for each letter of the alphabet (NULL if no child exists for that letter)
 

Field Documentation

◆ children

struct EnigmaTrie_s* children[26]

Pointers to child nodes for each letter of the alphabet (NULL if no child exists for that letter)

◆ value

char value

1 if the node represents the end of a valid word, 0 otherwise.


The documentation for this struct was generated from the following file: