Current Forum: Homework 3 Forum |
Date: Thu Sep 27 2001 4:31 pm |
Author: Yuen, John <jyuen@andrew.cmu.edu> |
Subject: Re: TWO ( or ONE) pass ? -- clarification question |
|
|
number one. you go through the text file once in processDataFile, building your trie at the same time. then, once your trie is done the functions are called, and they can use the trie to find the answers. |
|