Contestcen@aol.com wrote:
In my earlier response to this post, I should have asked how you allocated storage for that linked list or string collection. My suggestions deal mainly with storage allocation. Within the blocks you could choose to have a linked lis or a tree structure if you so chose. As I have pointed out before, storage management and data access are separate issues.
Not really. Efficient access often demands suitable data structures. (It's getting boring to repeat this again and again.)
Frank