Current Forum: Homework 3 Forum |
Date: Wed Sep 26 2001 9:43 am |
Author: Douglas, Keith <kdouglas@andrew.cmu.edu> |
Subject: search from given line numbers ... |
|
|
I see one way to implement this, but it requires another "big" data structure to be stored potentially at (effectively) every level of the trie and requires maintaing a sorted list.
Is there a better way to implement keeping track of line numbers in the trie? |
|