Question: 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

need help with this homework ASAP!!!!! Java program due April 7th using

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!