Блог пользователя shashi

Автор shashi, 11 лет назад, По-английски

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

  • Проголосовать: нравится
  • +3
  • Проголосовать: не нравится

»
11 лет назад, # |
  Проголосовать: нравится +9 Проголосовать: не нравится

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 лет назад, # ^ |
      Проголосовать: нравится +5 Проголосовать: не нравится

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