Program Design

From WIKI FOSSCELL NITC

Program Design

Program Design course focuses on the analysis of algorithms for sorting and searching along with proving their correctness. The course also includes selection of appropriate data structure for solving a given problem.

Topics in Program Design:

  1. Searching and Asymptotic Analysis
  2. Sorting Algorithms
  3. Basic Data Structures - Stacks, Queues, dynamic memory allocation, etc.