Problem 1given n courses along with their course strength

Assignment Help Data Structure & Algorithms
Reference no: EM13348055

Problem 1:

Given N courses, along with their course strength, and M examination halls, along with their capacity; assign the courses to examination halls such that least number of invigilators are used. The additional constraints to the problem are:

i. For every S students, one invigilator has to be assigned. Every course assigned to a hall must have one invigilator assigned to it.

ii. Ensure that all the students for a given course are assigned to the same class room.

iii. If all students of the same course cannot be placed in the same classroom, flag the course for assignment at a later point of time.

The upper bound time complexity must be O(MN log M), and space complexity of O(1).

File formats
course.txt
cc_code strength
ex:
779 45
928 101
332 13
410 32

halls.txt
hallno capacity
ex:
1223 76
1234 45
2201 103
1217 95

Data structures: (Use dynamic arrays wherever possible)
Courses: list of courses with tuples containing at least (cc-code, strength, assigned)
Halls: list of examination halls with tuples containing at least (hallno, capacity, remaining, invigilator_count, assigned_courses)

Minimum list of methods to be implemented: (All methods in separate files)

a) readCourses(): creates the Course list from the input file
b) readHalls(): creates the Halls list from the input file
c) getNextCourse(): retrieves the next course to be assigned.
d) getNextHall(): retrieves the next hall in which a course has to assigned
e) assign(): this function uses a greedy choice to assign courses to halls.
f) count(): returns the number of invigilators required for assigning the courses to the exam halls.

Outputs:

Hall no followed by the list of courses assigned to it in each line.

Problem 2:

Data entry operators are paid on the basis of the correctness of the entries they make. For every correct entry they make, they are paid Rs. 100/-. If they miss an entry, they are penalized with Rs. 50. If they enter the wrong value, they are penalized with Rs. 200/-. Given the list of numbers entered by an operator and the actual list of values, compute the payment due to an operator. The algorithm must have time complexity of O(max(m,n)), where m and n are the lengths of the actual and entered lists respectively.

Input files:
actual.txt
entered.txt
One integer per line

Minimum list of methods to be implemented: (All methods in separate files) a) computePay(): computes the payment due for the entries considered so far.

Driver file for this problem must be named as prob2.c, and header file as prob2.h

Files to be mandatorily submitted: the driver files, header files, file (a)-(e) of problem 1, computePay.c for problem 2, the two readme files.

Reference no: EM13348055

Questions Cloud

Task 1 lewis carroll the author of alice in wonderland : task 1 lewis carroll the author of alice in wonderland liked to ask his friends to solve this puzzletake a square of 13
1nbsp i using excel estimate using regression analysis the : 1nbsp i using excel estimate using regression analysis the linear demand equation of qx on px py advertising and
There is a 10 by 10 grid on which the first player hides : there is a 10 by 10 grid on which the first player hides three battleships. each battleship takes up five consecutive
Problem 1 the queue adta queue is a fundamental abstract : problem 1. the queue adta queue is a fundamental abstract data type. it is an ordered collection of items in which the
Problem 1given n courses along with their course strength : problem 1given n courses along with their course strength and m examination halls along with their capacity assign the
How is the new technological landscape affecting the : how is the new technological landscape affecting the innovative potential of the usa?who will be the main actors
Culture consists of patterned ways of thinking feeling and : culture consists of patterned ways of thinking feeling and reacting acquired and transmitted mainly by symbols
1- which are the unique features legal cultural in the usa : 1- which are the unique features legal cultural in the usa? how are they likely to impact on the strategies of foreign
Research essay- arguing for changeobjectivesbetter : research essay- arguing for changeobjectivesbetter understand the issues and sources important to your fieldsurvey

Reviews

Write a Review

Data Structure & Algorithms Questions & Answers

  What is the difference between syntax and semantics

Explain the distinction between an ambiguity in a proposed algorithm and an ambiguity in the representation of an algorithm.

  Equation apply boolean algebra

Using this equation apply boolean algebra in order to prove the commutative and associative properties for binary addition: x(+)y=y(+)x  (x(+)y)(+)z=x(+)(y(+)z)

  Design algorithm to produce list of customers

Design an algorithm to produce a list of customers from the Glad Rags Clothing Company's customer master file. Each record on the customer master file contains the customer's number.

  Returns true if a string contains properly nested

Give an algorithm that returns true if a string contains properly nested and balanced parentheses, and false if otherwise. Hint: At no time while scanning a legal string from left to right will you have encountered more right parentheses than left..

  Question about shortest prefixes

A prefix of a string is a substring string at the beginning of the given string. The prefixes of "carbon" are: c, ca, car, carb, carbo and carbon.

  Find the price of the pizza per square inch

Given the radius, in inches, and price of a pizza, design an algorithm to find the price of the pizza per square inch.

  Design a representation of display screen

Create a form that lists possible potatoes and toppings in a manner that is easy for counter servers and kitchen crew to scan, and can also be used as input for the inventory reorder system.

  Creating database for charity event

Your Project is to organize a charity event. You must use at least two events, one of which must be a Windows program such as Word, WordPad, or Paint.

  Question about database administration

Should the data administrator really be on the same level as the DBA, generally somewhat low in corporate hierarchy or should this person have an elevated level of importance?

  Describe a polynomial time algorithm

Describe a polynomial time algorithm that solves the following decision problem: Given a graph G and an edge f in it, does G have a cycle containing f?

  Adopting agile development methodologies

Relative advantages are the degree to which a new technology is perceived to be superior to current technology. An company is more likely to adopt new technology when it perceives greater relative

  Different network connections

Use your laptop at public store to check your email and discuss all the different network connections involved in this operation.

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