Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database Design A Practical Approach

Authors: Marilyn Campbell

1st Edition

1587193175, 978-1587193170

More Books

Students also viewed these Databases questions

Question

Persuasive Speaking Organizing Patterns in Persuasive Speaking?

Answered: 1 week ago