NEC B.Tech CSE 3-1 DAA Video Tutorial

0

 An Algorithm is a sequence of steps to solve a problem. Design and Analysis of Algorithm is very important for designing algorithm to solve different types of problems in the branch of computer science and information technology. This tutorial introduces the fundamental concepts of Designing Strategies, Complexity analysis of Algorithms, followed by problems on Graph Theory and Sorting methods. This tutorial also includes the basic concepts on Complexity theory.

Note: Click on the topic to watch video

 UNIT-I

1. Algorithm Specification

2. Performance Analysis -Space complexity

3. Performance Analysis -Time complexity

4. Asymptotic Notations (Big-oh notation). 

5. Asymptotic Notations (Omega notation). 

6. Asymptotic Notations (Theta notation). 

7. Small O Notifications  

UNIT-II (Divide and Conquer)

1. General method

2. Binary search

   2.1. Binary search Iterative Method

  2.2. Binary search Recursive Method

  2.3. Time Complexity Analysis 

3. Merge sort

   3.1. Merge sort Example 

   3.2. Merge sort Time Complexity 

4. Quick sort

   4.1. Quick sort Example

  4.2. Quick sort Time Complexity

5. Strassen’s matrix multiplication.

  5.1. Introduction to Strassen’s matrix multiplication.

 5.2. Example of Strassen’s matrix multiplication.

Note: Algorithm, example, and Time Complexity are important while writing Exam.  

 UNIT-III (Greedy method)

1. General method

2. Knapsack problem

3. Job sequencing with deadlines

4. Minimum cost spanning trees

   4.1. Prim's Algorithm 

       4.1.1. Prim's Algorithm Time Complexity 

   4.2. Kruskals Algorithm 

      4.2.1.Kruskals Algorithm Time Complexity

5. Single source shortest paths

UNIT-IV(Dynamic Programming) 

1.The General method

2. All pairs shortest path problem Example

    2.1. All pairs shortest path problem Algorithm Analysis

3.Optimal binary search trees

4. 0/1 knapsack Problem

5. Reliability design

6. The Travelling sales person problem

7. Matrix-chain multiplication

UNIT-V

Backtracking: 

The General method

N-Queen problem

Sum of subsets

Graph coloring

Hamiltonian cycles


Branch and Bound: 

The method

0/1 knapsack problem

Travelling sales person problem.

Differences between different methodologies 

1. Difference between divide and conquer Vs Greedy Method 

2. Difference between divide and conquer Vs Dynamic Programming 

3. Difference between Greedy Method  Vs Dynamic Programming 

4. Difference between Backtracking Vs Branch and Bound  

Tags

Post a Comment

0Comments
Post a Comment (0)

Join CSE Team