Naval Vessel System

Using C++ a program was designed and implemented which used a linked list structure to store information on various naval vessels. The program could add and delete ships of various types as well as scroll through the various vessels and search for the name or number of the relevant ships. The data could also be manipulated using a text based input method, writing directly to the linked list, including automated indexing.