About Me

My photo
Vijayapur, Karnataka, India
I am interested in Teaching.

Friday 23 February 2018

Remedial Class Test-I Design and Analysis of Algorithms

Remedial Class Test-I Design and Analysis of Algorithms

1. What is an algorithm?List its characteristics.

2. Draw the figure representing the process followed by computer professional for "Algorithm Design and Analysis Process".

3. Draw the Table and Graph showing the values representing Functions Growth for representing Order of Growth of designed algorithms for different Input size N.

4. What are asymptotic notations? List.

5. Draw three Graphs representing the order of growth for Functions belongs to big-oh, big-omega and big-theta with Definitions and Examples.


No comments:

GCD of two numbers and its application...

The greatest common divisor (gcd) of two numbers is the largest positive integer that divides both numbers without leaving a remainder. The ...