Please need help creating a ordered linked list program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please need help creating a ordered linked list program

I will need to create a C++ program to manage the list of enrolled students in a university. The data of each student will be stored as nodes of an ordered linked list. It should be able to add and delete students from the list, and perform other operation on the stored data.

28th Sep 2017, 7:19 PM
Sharar Wassey
1 Answer
0
It should be pretty straightforward, contact me should you still need guidance. :)
4th Oct 2017, 6:49 PM
Norbivar
Norbivar - avatar