Skip to content
#

double-linked-list

Here are 204 public repositories matching this topic...

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, las…

  • Updated Dec 25, 2017

Improve this page

Add a description, image, and links to the double-linked-list topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the double-linked-list topic, visit your repo's landing page and select "manage topics."

Learn more