[Solved]Despreatly Need Help Please Help C Program 5 Simple Cpp Files Final Project Write 5 Separa Q37217494
I Despreatly need some help. Please help me with this! C++program, 5 Simple CPP files.
Your final project is to write 5 separate programs. Each programshall be submitted as its own CPP file and shall use 1 of the datastructures covered in class:
Dynamic Array (pointers)
Vector
Linked List
Stack
Queue
A needs a program to keep track of their daily clients. Yourprogram shall allow the user to enter 10 names. You will thenretrieve the names, one by one, from the data structure (using theappropriate method of retrieval for each data structure) andpresent them on-screen so that Carl knows who to service next.Include a printed line at the end of the program stating which isthe preferred data structure for this task.
Use one of the sorting algorithms to order the names in eitherthe Dynamic Array or Vector and re-print them.
Use one of the sorting algorithms to order the names in the LinkedList and re-print them.
Expert Answer
Answer to I Despreatly need some help. Please help me with this! C++ program, 5 Simple CPP files. Your final project is to write 5… . . .
OR

