This is a storage system for artist names and their album titles. It has a graphical user interface. My intent in writing this program was to use data structures in an applied setting. Artist names are stored in a binary search tree (ordered alphabetically). Each node in the binary search tree contains a pointer to the head of a doubly linked list. It is in these lists that artists' albums are stored.