itunes
somene asked me to produce a program which could take an xml file as
input and output the tracks organised by artist, album and then
tracks.
the program here is written using hash tables. when i looked at this
problem i saw that the number of xml entries would be best defined by a
hash, which provides a very efficient and very fast lookup for seeking.
here is the program itself, the source code is here Library.cs. The package is here library.zip.

