Saturday 8 June 2013

What is Detailed design of an algorithm

Detailed design of an algorithm: This step is dependent on all previous steps and decides the techniques which we used to solve given problem and generates an algorithm. There are various method by using which we solve the given problems such as Brute force method, Divide and conquer method, dynamic progamming, Greedy approach, Backtracking. Optimization technique.

No comments:

Post a Comment