Implementation of Word Trie (directed acyclic word graph), which can be used while building basic chat-bots with simple mechanism with pre-defined responses for specific questions.
c
data-structure
cpp
graph
word
trie
data-structures
dawg
data-structures-and-libraries
directed
acyclic
-
Updated
Feb 9, 2017 - C++