From eb823898c385bb3a58c9641a988e6260a7d45176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 22 Jan 2019 11:41:52 +0100 Subject: Add trie data structure. --- trie.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 trie.c (limited to 'trie.c') diff --git a/trie.c b/trie.c new file mode 100644 index 00000000..aa83f622 --- /dev/null +++ b/trie.c @@ -0,0 +1 @@ +#include "trie.h" -- cgit v1.2.3