Get IGNOU Help Books Delivered in Delhi NCR within 4-6 Hours! Through V-Fast, Order Now for Exam Success, Call us on 9350849407. (T&C Apply)

IGNOU MCS-31 - Design and Analysis of Algorithms

Bought By: 6802

Rating: 4.9

Design and Analysis of Algorithms

#1 Best Selling IGNOU MCS-31 Help-Book & Study-Guide in IGNOU Marketplaces.

Get Good Marks in your MCA Computer Application Programme in the Term-End Exams even if you are busy in your job or profession.

We've sold over 39,276,345 Help Books and Delivered 47,763,039 Assignments Since 2002.
As our customers will tell you...yes, it really result-oriented.

IGNOU MCS-31 Code Details

  • University IGNOU (Indira Gandhi National Open University)
  • Title Design and Analysis of Algorithms
  • Language(s) English
  • Code MCS-31
  • Subject Computer Application
  • Degree(s) MCA
  • Course Core Courses (CC)

IGNOU MCS-31 English Topics Covered

Block 1 - Introduction to Algorithmics

  • Unit 1 - Elememtary Algorithmics
  • Unit 2 - Some Pre-Requisites and Asymptotic Bounds
  • Unit 3 - Basics of Analysis

Block 2 - Design Techniques-I

  • Unit 1 - Divide-and-Conquer
  • Unit 2 - Graph Algorithms

Block 3 - Design Techniques-II

  • Unit 1 - Dynamic Programming
  • Unit 2 - Greedy Techniques
  • Unit 3 - Models for Executing Algorithms-I: FA
  • Unit 4 - Models for Executing Algorithms-II: PDFA & CFG

Block 4 - Complexity & Completeness

  • Unit 1 - Models for Executing Algorithms III: TM
  • Unit 2 - Algorithmically Unsolvable Problems
  • Unit 3 - Complexity of Algorithms
Buy MCS-31 Help Book

IGNOU MCS-31 (July 2023 - January 2024) Assignment Questions

Q1: For a problem P, two algorithms A and B have time complexities T1(n) = 5n2 and T2 (n) = 100nlogn respectively. Find the range for n, the size of instance of the given problem P, for which A is more efficient than B. Q2: Solve the following recurrence equations: (i) T(n) = 2T(n/2) + 0(n) (ii) T(n) = T(n - 1) + 0(n) Q3: Write a recursive function in C language to calculate the sum of all digits in a long integer provided as input. Q4: Show stepwise sorting of elements using Heapsort algorithm to the following max heap. Q5: Write a Turing machine to recognize the language of all strings of even length over the alphabet {a, b}. Q6: Define ambiguity in Context-Free Grammar (CFG). Prove that the following grammar is ambiguous. E →>E+E/E*E/a Q7: Use Prim's algorithm to construct a minimum spanning tree for the following graph. (use starting node A) Q8: Discuss the relationship between class P, NP, NP complete and NP Hard problems with suitable example of each class. Q9: Define fractional Knap-Sack problem, and give a greedy algorithm to solve this problem efficiently. Q10: Give an algorithm for topological sort. Obtain a topological ordering for the following graph:
Buy MCS-31 Assignment

Related Codes