B.Tech.
(Computer Science and Engineering)
Semester-V
Subject: Design and Analysis of Algorithms
Subject code BCO023A
Marks: 64
CO3: Computational geometry, like Lower bound theory, modular arithmetic and CRT.
UNIT #4 Tutorial sheet 1
Sec-A (5x2=10marks)
1. [CO4]- What is a "Randomized algorithms? [2 marks]
2. [CO4]- Find out GCD of 96 and 36. [2 marks]
3. [CO4]- Define approximate algorithm. [2 marks]
4. [CO4]- Write Quotient Remainder Theorem. [2 marks]
5. [CO4]- Define Modular Multiplication:. [2 marks]
Sec-B
/* Note: Each question may have one or two parts */ (3x7=21 marks)
6. [CO4]-Explain Las Vegas algorithm with example. [7 marks]
7. [CO4]- Explain Monte Carlo algorithm with example. [7 marks]
8. [CO4]- Define Lower bound theory in details. [7 marks]
Sec-C
/* Note: Each question may have one, two, or three parts */ [3*11=33 marks]
9. [CO4] Find Minimum set cover [11 marks]
10. [CO4] - Find Vertex cover from below diagram. [11 marks]
11. [CO4]- State chinese remainder theorem. Solve the following congruence. [11 marks]
x ≡ 6 (mod 11)
x ≡ 13 (mod 16)
x ≡ 9 (mod 21)
x ≡ 19 (mod 25)
.