Construct a candidate list of subjects

Assignment Help Computer Engineering
Reference no: EM131994709

Question: We have discussed greedy algorithm during lectures. A greedy algorithm is an algorithm that recursively construct a set of objects from the smallest possible constituent parts. At each one of the iterations, the algorithm takes the best that it can get right now, without regards for future consequences. The algorithm hopes that by choosing a local optimum at each one of the iterations, it can end up at a global optimum.

In this assignment, you will write a program to schedule final examination for the examination department so that no student has two examinations at the same time. The goal of this assignment is to expose you to the implementation of greedy algorithms that solves a problem with constraints. You will use a greedy algorithm to determine an assignment of classes to examination slots (schedules) such that:

1. No student, enrolled in two subjects, is assigned to the same examination slot (schedule.)

2. Any attempt to combine two slots into one would violate rule 1.

Input to the program will consist of the name of a data file. This file will contain the following data:

• The number of students enrolled in the current semester

• Repeated rows of the following:

• Name of the student and the total number of subjects enrolled

• The subject code the student is enrolled in.

A sample of an input file is as follow:

Melissa, 4

CSCI203

CSCI235

CSCI222

CSCI205

Bernard, 4

CSCI213

CSCI222

CSCI204

CSCI203

Terrence, 4

CSCI212

CSCI203

CSCI235

CSCI213

The output of the program should be a list of time slots with the subjects whose final examination will be given at that slot and the total number of students taking the final examination in that slot. One possible output is as follow:

Slot 1: CSCI212, CSCI222 3

Slot 2: CSCI204, CSCI235 3

Slot 3: CSCI205, CSCI214 3

Slot 4: CSCI203

The algorithm: Read the enrolment information from the input file. As the records are read, build an adjacency matrix representing the relationships among the students and the subject the students enrol in. You should notice that this adjacency matrix is a graph representing the relationships. Each node of the graph will be a subject taken by at least one student in the current semester. An edge between two nodes will mean there is at least one student taking both subjects. The weight of an edge could be the number of students enrols with both subjects.

Your aim in solving this problem is to construct a maximal independent set in the graph. This can be achieved by finding an examination schedule satisfying the two constraints mentioned earlier, as follow:

1. Construct a candidate list of subjects

2. Order the subjects in descending order by total number of inconnectivity.

3. Starting from the subject with the highest number of inconnectivity, create a slot.

4. Search for a subject to which it is not connected. If you find one, add the subject to the same slot and remove it from the candidate list.

5. Next, try to find another subject that is not connected to any of those already in the time slot. Similarly, if you find one, add the subject to the same slot and remove it from the candidate list. Continue to do so until there is no more un-connected subject can be found.

6. Accumulate the total number of students enrolled from the adjacency matrix

7. Repeat steps (3) through (6) until all the subjects are removed from the candidate list.

• Note that no pair of time slots can be combined without creating a time conflict with a student. Also note that depending on how you select a subject from the candidate list, there may be different schedule can be formed. Any schedule satisfying the two-mentioned constrained will be acceptable.

• Name of your program should be greedyAlgo.java

• Execute your program with the test data provided, that is, A3Data.txt &screen capture your output

Reference no: EM131994709

Questions Cloud

What do you expect from your experience : Write and post a blog entry about your experiences during the first week of your job as a management intern. What do you expect from your experience?
What is the probability that an? 18- to? 24-year-old : a. What is the probability that an? 18- to? 24-year-old spends less than 95 minutes watching video on his or her smartphone per? month?
Values are between what two? x-values : 80?% of the values are between what two? X-values (symmetrically distributed around the? mean)?
Price of bonds increase between now and maturity : Lance Whittingham IV specializes in buying deep discount bonds. By what percent will the price of the bonds increase between now and maturity?
Construct a candidate list of subjects : Construct a candidate list of subjects. Starting from the subject with the highest number of inconnectivity, create a slot.
State the null and alternative hypotheses : Based on a random sample of 59 nonprofit?organizations, the mean? one-time gift donation in the past year was ?$80?, with a standard deviation of ?$9.
Calculate the npv for the project : A company is considering an investment project with cash flows: Year 0 = -$160,000, Year 1= $50,000; calculate the NPV for the project.
Estimate the true percentage of rework for electrical : The Quality Control Department wants to estimate the true percentage of rework for electrical components to within ±4%, with 99% confidence.
How will you remain true to yourself and yet understand : This research focuses on the fact that leaders remain true to their own standards when operating in different host-countries.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd