Question: please use C++ to solve CS 2413 - Data Structures Spring 2020 Lab 1 Create a menu driven program that performs the following tasks (each

please use C++ to solve
CS 2413 - Data Structures Spring 2020 Lab 1 Create a menu driven program that performs the following tasks (each task is a menu item): 1. Create a linked list from 20 randomly generated integers (use a for loop to generate these numbers). Your linked-list should support method insert. 2. Write a function to print the content of the linked list following its order. 3. Write a function to sort the linked list in ascending or descending order. 4. Write a function to check if a linked list containing duplicates. If yes, the function will print out the duplicates and asks user whether to remove the duplicates. If user chooses to remove the duplicates, the function will perform the required action
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
