LinkedList 0.1
Implementing a simple linked-list in C++
|
linked-list.h | A simple linked-list, whose elements are registers composed of a 32-bit unsigned integer, representing a student number, and a string, used to store the student name |