Question: Programming in Java: Data structures and algorithms: Use a linked list to create a system for managing a list of customers waiting to buy the
Programming in Java: Data structures and algorithms:
Use a linked list to create a system for managing a list of customers waiting to buy the latest game console:
1.Each customer has a unique name.
2.The system should support the following operations:
a. Adding a customer in the start of the list
b. Adding a customer in the end of the list
c. Removing a customer from the start of the list
d. Removing a customer from the end of the list
e. Removing a customer by name
f. Printing the current list
3. Create a test program that allows the user to perform all operations with their own data.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
