Question
You are asked to implement doubly linked list of students registered in Data Structures course. Each student contains name, regNo, cGpa and programName as data.
You are asked to implement doubly linked list of students registered in Data Structures course. Each student contains name, regNo, cGpa and programName as data. Marks (07) In main ( ) function, you will ask the user to enter his choice of data structure that he/she want to use. Once you get the option, you are required to implement basic functions (insertion, deletion and display) for that data structure. Data structures include Stack Queue o Simple Queue bool searchStudent (string name ) Searches for the student name passed in the function and returns true or false createNewList (string programName) creates a new list containing students from the programName passed in the function deleteStudents (float cGpa) deletes all the students from the list who has cGpa less than the cGpa passed in the function
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