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

Public Attributes

trie_node_troot
 

Detailed Description

Definition at line 15 of file trie.c.

Member Data Documentation

◆ root

trie_node_t* trie::root

Definition at line 16 of file trie.c.

Referenced by trie_create(), trie_destroy(), trie_insert(), and walk().


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