Computer Science, asked by seharfaisal90, 5 months ago

Suppose you are given a list of students registered in a course and you are required to implement an Linked List of student. Each student in the list has name, regNo and cGpa.
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
o Double Ended Queue
o Priority
• List

Answers

Answered by anua80842
1

Answer:

simple queue

Explanation:

the answer

Similar questions