in reply to Selecting the right data structure
The shape of the data in the file is of almost no interest at all in determining the data structure you need. That is dictated by how you want to use the data. When you know how you want to use the data (and therefore have some idea of the data structure required) then you can figure out how to transform the file representation of the data into the internal data structure.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Selecting the right data structure
by thezip (Vicar) on Mar 02, 2007 at 23:23 UTC |