Tuesday, June 29, 2010

Algorithm Types

Below are the list of categories into which various algorithm can be categorized:

  1. Simple recursive algorithms
  2. Backtracking algorithms
  3. Divide and conquer algorithms
  4. Dynamic programming algorithms
  5. Greedy algorithms
  6. Branch and Bound algorithms
  7. Randomized algorithms

No comments:

Post a Comment