Description: Description: The design of a single linked list and stack class and queue class based on single objectlist achieve: (1) design student information class StudentRecord request includes public data members: the string stuName int stuNo, is designed to output the student information public member function : void print, output format: Name: stuName, Number: stuNo. (2) design students linked list the node class StudentNode, required to include public data members: StudentRecord data, and StudentNode* next. (3) the design students objectlist LinkedList, defined head into the head delete insert tail traversal public member function. (4) by the LinkedList derived LinkedStack class to push single linked list class-based features and the member functions of the stack: void Push (StudentRecord record) and bool Pop (StudentRecord & record). (5) by the LinkedList derived LinkedQueue class enqueue and dequeue function based on single linked list class member function: the void EnQueue (StudentRe
To Search:
File list (Check if you may need any files):
3.txt