answersLogoWhite

0

Need for algorithm

Updated: 8/11/2023
User Avatar

Wiki User

12y ago

Best Answer

Analysis of an algorithm means prediction of how fast the algorithm works based on the problem size. It is necesary to analyze an algorithm so that, if we have n no Of algorithms then the fastest and 1 with less time & space complexity can selected. Which will allow and ensure maximum utilization of available resourses.

User Avatar

Wiki User

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

Wiki User

12y ago

An algorithm is a method used to solve some problem. Different algorithms are used for different problems.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Need for algorithm
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the need of parallel line algorithm?

Do you mean "Why might a parallel line algorithm be needed?" or "What properties does a parallel line algorithm need to have?".


Which cache mapping function does not require replacement algorithm?

direct mapping doesn't need replacement algorithm


How detailed does an algorithm need to be?

That depends on what the problem is that has to be solved.


Is there an algorithm that will automatically solve a Rubik's cube?

Such an algorithm is called a 'God algorithm', from the fact that it would only be known by god/the gods. Although many have tried to find it, none have so far discovered it (assuming it exists). To solve a cube by algorithm, you need to know the appropriate algorithm to apply and when in the stages of solving; different sets can use large numbers of algorithm.


Why need algorithm?

if u want to work any program then the first step is perform step by step analysis so that algorithm is needed


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


Why do we need computer group and organisation?

algorithm pseudocode (a+b)-2?


What types of data used in algorithm?

Whatever data you need. If you need the algorithm to operate with many different types of data, and you are programming in C++, you could use generic programming practices and use templates.


Are algorithms limited to computing applications?

An algorithm is any procedure composed of fundamental steps, in a clearly defined order, that is guaranteed to halt. It need not be done on a computer, or be related to computation. For example, baking a cake using a recipe is an algorithm. Playing Snakes-and-Ladders is an algorithm. Backing a car out of a driveway can be done by following an algorithm.


How are the expanded algorithm and the standard algorithm different?

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


1 equals n how to find answer n equals 100?

You cannot, unless n is a counter in a program or algorithm for a looping process. In that case, you need to know what the algorithm is doing.


Why is the need of study of algorithm?

To make sure that a program, or a routine within it, it doing what you want it to do.