Trie

ordered tree data structure used to store a dynamic set or associative array

In computer science, a trie is a type of tree (data structure). A trie is often used to store a set. Common prefixes among items within the trie are stored only once.

A trie containing "Java", "Rad", "Rand", "Rau", "Raum", and "Rose".