Please disable adblock to view this page.

← Go home

Algorithmic Problem Solving

algo-design-analysis-process

September 15, 2016
Published By : Pratik Kataria
Categorised in:

algo-design-analysis-process

  • Understanding the problem
  • Deciding on:
    • Exact vs. approximate problem solving
    • Appropriate data structure
  • Design of algorithm
  • Proving correctness
  • Analyzing an algorithm
    • Time efficiency
    • Space efficiency
  • Coding an alogrithm