Albums Database

This is a simple database design to store album data, album name, artist name, track name and length of track. The database is able to load data from a correctly formatted text file (included as album.txt). The data can then be printed out into command line, sorted into alphabetical order. By defult the system then finds how many Pink Floyd albums there are in the collection, then the largest album and finally the longest track.

The main reason for including this project in my portfolio is to show how I can transform one language to another as I have created this project in C, C++ and Java

follow the link to access the Github of each project:

C

C++

Java