Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 390 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 390 Bytes

double-linked-list

This is a c++ double linked list program which was an assignment in the Data structure course during my B.S. degree. the program does: to add student in the list, remove student from the list, search for student, print all students, print the info of a student, print the number of students, delete the list. the student's data are first name, last name , id and GPA