C Fundamentals
Algorithms · data structures · cryptography · systems — pure C11, zero deps
Loading...
Searching...
No Matches
trie_node Struct Reference

Public Attributes

struct trie_nodechildren [26]
 
bool terminal
 

Detailed Description

Definition at line 10 of file trie.c.

Member Data Documentation

◆ children

struct trie_node* trie_node::children[26]

Definition at line 11 of file trie.c.

Referenced by node_destroy(), trie_insert(), and walk().

◆ terminal

bool trie_node::terminal

Definition at line 12 of file trie.c.

Referenced by trie_contains(), and trie_insert().


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