Thursday, July 1, 2010

Types of algorithms

Algorithm types we will consider include:

  • Simple recursive algorithms
  • Backtracking algorithms
  • Divide and conquer algorithms
  • Dynamic programming algorithms
  • Greedy algorithms
  • Branch and bound algorithms
  • Brute force algorithms
  • Randomized algorithms

0 comments:

Post a Comment