Showing posts with label Asymptotic Notations. Show all posts
Showing posts with label Asymptotic Notations. Show all posts

Analysis Design Of Algorithm (ADA) | Introduction

📌Highlights: Hi friends in this post, I am  going to explain  about introduction of Analysis Design Of Algorithm (ADA). We must know about , What is analysis ? What is design ? What is algorithm ? What is problems and how we solve it ?, We also discuss about design strategy and Asymptotic Notations such as Big-oh notation, Big-omega notation, Theta notation, Little-oh notation, Little-omega notation, Incremental and divide and conquer approach.


In Analysis Design Of Algorithm, we study how to analyse and design any algorithm for solving any problem. It consist of three main keywords such as :

1. Analysis 

2. Design 

 3. Algorithm

Let we discuss about each key`word in details.