ct ddddd
ct ddddd
ct ddddd
2. Define program?
A program is the expression of an algorithm m a programming
language.
probelm
Alogoritm
8. What is knapsack?
The "knapsack problem" is a classic optimization problem in
combinatorial mathematics and computer science.
0/1 Knapsack Problem
Fractional Knapsack Problem
Unbounded Knapsack Problem
9. What is assignment problem?
It one of the fundamental combinatorial optimization problem in
the branch of optimization or operation research in mathematics.
10. What is binary search?
If q is always chosen such that a is the middle element (that is, q =
[(n+1)/2)] then the research searching algorithm is known as
binary search.