answersLogoWhite

0

What is meaning of algorithm?

Updated: 8/9/2023
User Avatar

Wiki User

15y ago

Best Answer

An algorithm is a specific set of instructions for carrying out a procedure or solving a problem, usually with the requirement that the procedure terminate at some point. Specific algorithms sometimes also go by the name method, procedure, or technique.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

An algorithm is a set of rules which a computer uses to excecute a task

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

An algorithm is any structured METHOD for solving a problem.

it may be an equation, or it may be a number of steps, or a combination.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

a dought cut in half

love, mms geek sisioty

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

algorith is squence of step that taken to solve tha problem ...........saleem

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

a step by step procedure to solve a problem or a code is termed as alogrithm.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

Algarithm: Algorithm is process to solve the problem in a step by step order

Algorithm is used to write the program in a computer language.

thrinath.sachin@gmail.com

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Algorithm is step by step procedure designed to performed an operation's can be expressed in any suitable language(including a programming language).

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer. NED

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

It means a method use to solve some problem; usually a method that involves doing some calculations, or processing data some other way.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meaning of algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Need of fft?

FT is needed for spectrum analysis, FFT is fast FT meaning it is used to obtain spectrum of a signal quickly, the FFT algorithm inherently is fast algorithm than the conventional FT algorithm


Algorithm of one dimensional array?

Sorry, your question has no meaning. Try again.


What algorithm does RIP use?

I think that you are meaning acromym. RIP means rest in peace.


How are the expanded algorithm and the standard algorithm different?

They are different because standard algorithm is more common then the expanded algorithm


What is the etymology of the word algorithm?

Algorism comes from the Greek word Algorm meaning: to show and the second part of the word comes from the Greek word Porsm: meaning formula


What is algorithm to write algorithm to the program to access a pointer variable in structure?

Here is the algorithm of the algorithm to write an algorithm to access a pointer in a variable. Algorithmically.name_of_the_structure dot name_of_the _field,eg:mystruct.pointerfield


Which algorithm is more efficient lamport bakery algorithm or black and white bakery algorithm?

Black and White bakery algorithm is more efficient.


What is complsexity of an algorithm?

Complexity of an algorithm is a measure of how long an algorithm would take to complete given


Where we can use dijkstra's algorithm?

A practical application is in certain routing protocols, like OSPF. The problem it solves is to search for the "shortest" path to each destination - "shortest" meaning the one that has the lowest "distance" or "metric" according to the criteria used. Dijkstra's algorithm is easy to use and is a good graph search algorithm to use when it is hard to calculate the heuristics.


Who is the inventor of Reverse Delete Algorithm for MST When was this first published?

The Reverse Delete Algorithm for finding the Minimum Spanning Tree was first introduced by Edsger Dijkstra in 1959. He presented this algorithm in his paper titled "A note on two problems in connexion with graphs" which was published in Numerische Mathematik.


How algorithm is different from flowchart?

An algorithm is a series of steps leading to a result. A flowchart can be a graphical representation of the algorithm.


How do you test algorithm?

By preparing test cases we can test an algorithm. The algorithm is tested with each test case.