Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

need help with this homework ASAP!!!!! Java program due April 7th using collection framework Java language . You will implement dynamic data structure such as

need help with this homework ASAP!!!!!

Java program

due April 7th

using collection framework

image text in transcribed

Java language . You will implement dynamic data structure such as Linked List . Requirements: . At a local university each student takes a different number of courses, so the registrar has decided to use a linked list to store each student's class schedule and an array to store the t ids. For example CS 1340 PSY 85013 Nath 123 . Your program will read the data from input file in order ta create student arrays as well as the linked list containing student records The student array or the linked list may be manipulated using insert, append or delete operations. For example an existing student may add or drop a course; a new student is added to the registration system or an existing one dropped from the systenm Provide operations for creating the original array, inserting a student's initial class schedule, adding a course, dropping a course, adding or removing the student from the registration system . . * Write the menu driven program to allow user to select various operations as discussed above, including exiting the program; output the linked list as well as the student array to the console Note: your program must maintain a sorted array by student id as well as the linked list sorted by the course name Page 1 of 21 ords + 100% 1227 AM 46/2018 Java language . You will implement dynamic data structure such as Linked List . Requirements: . At a local university each student takes a different number of courses, so the registrar has decided to use a linked list to store each student's class schedule and an array to store the t ids. For example CS 1340 PSY 85013 Nath 123 . Your program will read the data from input file in order ta create student arrays as well as the linked list containing student records The student array or the linked list may be manipulated using insert, append or delete operations. For example an existing student may add or drop a course; a new student is added to the registration system or an existing one dropped from the systenm Provide operations for creating the original array, inserting a student's initial class schedule, adding a course, dropping a course, adding or removing the student from the registration system . . * Write the menu driven program to allow user to select various operations as discussed above, including exiting the program; output the linked list as well as the student array to the console Note: your program must maintain a sorted array by student id as well as the linked list sorted by the course name Page 1 of 21 ords + 100% 1227 AM 46/2018

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

Step: 3

blur-text-image

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

Temporal Databases Research And Practice Lncs 1399

Authors: Opher Etzion ,Sushil Jajodia ,Suryanarayana Sripada

1st Edition

3540645195, 978-3540645191

More Books

Students also viewed these Databases questions

Question

fscanf retums a special value EOF that stands for...

Answered: 1 week ago

Question

What does the start( ) method defined by Thread do?

Answered: 1 week ago

Question

What steps should be taken to address any undesirable phenomena?

Answered: 1 week ago