answersLogoWhite

0

What is fundamental algorithm?

Updated: 10/18/2022
User Avatar

Wiki User

12y ago

Best Answer

Algorithm It is the combination of sequential steps (these steps can be calculations, data processing, and reasoning tasks) use to resolve a problem in a very simple and efficient way. It is designed most efficiently that it can be expressed within a finite amount of space and time. we can implement it in any programming language. Properties of an algorithm : following are the main properties of an algorithm:- An algorithm must have a unique name. It should have explicitly defined sets of inputs and output. Algorithm must be in sequential order with unambiguous operations. It must have some endpoint, i.e., it halts in a finite amount of time.

Visit for basic information about algorithms----> geeksjournal.in/2020/01/20/introduction-to-design-and-analysis-of-algorithm/

User Avatar

Mohd Junaid

Lvl 2
4y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

it is the basic algorithm......

This answer is:
User Avatar

Add your answer:

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

What is the algorithm for stony brook algorithm?

The Stony Brook Algorithm Repository is a collection of implementations for fundamental algorithms in computer science, hosted by Stony Brook University. There is no "Stony Brook Algorithm."


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.


What fundamental mathematical principle underlies the effectiveness of the Quick sort algorithm to sort certain lists of data elements rapidly?

penis


What is the difference between the commands compress and pack?

The pack command's algorithm uses Huffman encoding to compress files. This algorithm has fundamental limitations. Consequently, the pack command can only consistently compress files under 8MB. To consistently compress files larger than 8MB, use the compress command.


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 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


What Features of algorithm?

It should be simple.It should be clear with no ambiguity.It should lead unique solution of the problem.It should involve finite number of steps.It should have the capability to handle some unexpected situations which may arise during the solution of a problem(for eg: Division with zero).


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


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.


List down the names of any three parameters on which you analyze an algorithm?

what is algorithm and its use there and analyze an algorithm