Current Forum: Homework 3 Forum |
Date: Thu Sep 27 2001 12:08 am |
Author: Chen, Richard <richardc@andrew.cmu.edu> |
Subject: Re: search from given line numbers ... |
|
|
I have the same idea about a Vector/array running while I create the trie to store line numbers. A brutal/perhaps wasteful method, though I haven't conceived of a more effective one. To store more than just 1 character field as a private data type (with)in TrieNode.java seems to be against the concept of a trie. |
|