Question
Only in C++ LINKED LISTS Practice Write the following 7 routines as member functions in two separate classes -one involving a dynamic array and other
Only in C++
LINKED LISTS Practice
Write the following 7 routines as member functions in two separate classes
-one involving a dynamic array and other a singularly linked list.
-Also write inside the classes other appropriate functions like constructor/s, copy constructor, overloaded assignment operator, destructor, and other operator overloaded functions as needed.
1.To generate 100 random numbers between 1-100 in a randomData.txt file
2.To read the 100 random numbers from randomData.txt and store them in a data structure,
3.print the data in the data structure
4.Find the smallest and the largest of the random numbers and position in the data structure
5.Insert 1000 in the 51th element of the data set
6.delete the first and last element of the data set.
7.sort the residual data set in an ascending order and print them.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started