shashi's blog

By shashi, 11 years ago, In English

Please provide links or explain : 1.What are constructive algorithms? Explain with examples 2.What is Implementation ?

  • Vote: I like it
  • +3
  • Vote: I do not like it

»
11 years ago, # |
  Vote: I like it +9 Vote: I do not like it

Constructive Algorithm are more like a adhoc solution, they are sometimes called as adhoc problem as far as i know. This type of problem doesn't fall on a specific or well known algorithm technique. so the solution are problem dependent. you have to invent your own idea. Simple, constructive algorithm are those which can't be solved by any well known or specific algorihm. And Second Implemention. Well,the name says all. You have to implement your idea. Most of the time you just have to simulate the event which was told in the problems. For better understanding , try to solve more problems of this kind. then you will realize the difference automatically.

  • »
    »
    11 years ago, # ^ |
      Vote: I like it +5 Vote: I do not like it

    thank you... It was quite helpful,In 'easy to understand language'.... thanks for it.....