Computer Science, asked by krithikroshan10, 4 months ago

How many principles and techniques are there for designing algorithms?​

Answers

Answered by rajeswar
0

Answer:

Hey Here's The Answer For Your Question-:

Algorithms have been commonly defined in simple terms as instructions for completing a task. They've also been called recipes.

Typically, most algorithm designs involve one or more of this:

 Dividing problems into smaller problems

Rearranging input data into more suitable forms (sorting of data)

Storing and using intermediate results, or memorizing some information        during the process of running the algorithm.

                      Hope It Helps

Answered by sahil18005
3

One of the main prin-ciples of algori-thmic des-igns is to, of pos-sible, build your algo-rithm in such a way that the input itself does some of the work for u . For inst-ance, if you know that your input is always going to be nu-mbers, you do not need to have expe-tions/checks for strings, or coerce your values into numbers

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

An algorithm must have 5 prop-erties :

  • INPUT SPEC-IFIED
  • OUTPUT SPEC-IFIED
  • IFIEDDEFINIT-ENESS
  • ENESSEFFEC-TIVENESS
  • TIVENESSFINIT-ENESS
Similar questions