About Me

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

Friday 17 February 2017

Design and Analysis of Algorithms Assignment-1

Dear student, you are hereby informed to answer the following questions by reading recommended text books in your own sentences.

1. What is an algorithm?
    (Definitions made by both Lavitin and Sahani with all necessary diagram and criteria)

2. Explain "The process of Design and Analysis of Algorithms" with neat diagram in brief.

3. Explain 10 specifications to write pseudocode in brief with examples. (Algorithm Specifications)

4. Write short note on "Analysis Framework".

5. Write algorithms to find gcd(m,n) by three methods.



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 ...