PDC Review 1
PDC Review 1
PDC Review 1
GROUP MEMBERS:
1. S.SRI HARSHA-18BCE0401
2. A.SHANKAR SUDHEER-18BCE0556
SLOT: C2
FACULTY: PROF.NARAYANAMOOTHI.M
INTRODUCTION
1.OBJECTIVE
The objective of this is to solve the knapsack problem using parallelism and to
use this algorithm to in Student marks evaluation system to reduce the amount
of time take to it. This project looks at existing and common approaches to
solving the knapsack problem like dynamic programming suggest a parallel
approach to solving the problem utilizing multiple cores of a computer using
threads to get a solution in optimum time.
2.MOTIVATION
The problem is if a question paper has choices and If each question weightage
is in heterogeneous pattern (all questions are not of equal marks). Then a
knapsack algorithm must be used to calculate the marks scored by students
If the college student count is more then this takes a lot of time.
3.ABSTRACT
The given paper gives the content of how parallelization can be applied to
solve the category of combined problem -0/1 knapsack which are
complimenting in our project.