Discussion Board
Go to the previous messageThere are no next messages
Current Forum: Homework 3 Forum
Date: Tue Sep 25 2001 11:08 pm
Author: Lee, Peter <petel@cmu.edu>
Subject: Re: trie

Well, as described in today's lecture, a trie is* a tree, just like a binary search tree is a tree. A trie is a particular application of a tree data structure that is useful for encoding possible sequences of characters in a dictionary or other collection of strings.

See today's lecture notes for a brief overview.
Post response

Go to the previous messageThere are no next messages
Current Thread Detail:
trie      Cipriani, Jason A.      Tue Sep 25 2001 10:07 pm       
Re: trie      Lee, Peter      Tue Sep 25 2001 11:08 pm       

Back to previous screen