Root Node: The starting point with no character, connects to child nodes.
Example Words: "an", "ant", "and", "bat".
Visual Representation:
(root)
/ \\
a b
/ \\
n a
/ \\ \\
d t t
/ | |
(end) (end) (end)