answersLogoWhite

0

What are the functions of algorithm?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

A function is any relationship between inputs and outputs in which each input leads to exactly one output. It is possible for a function to have more than one input that yields the same output.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

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

How do you draw flowchart for overloaded functions?

You don't. A flowchart is one form of a visualization for an algorithm. Overloaded functions are one of many tools used to implement such an algorithm. The algorithm (and, therefore, the flowchart) isn't concerned with the tool needed for the implementation.


What are the 2 basic functions used in encryption algorithm?

Two basic functions used in Encryption Algorithms are * Substitution * Transposition


How does virtual function support run time polymorphism?

Virtual functions are used to suport runtime polymorphism.In C++,if we have inheritance and we have overridden functions in the inherited classes,we can declare a base class pointer and make it to point to the objects of derived classes.When we give a keyword virtual to the base class functions,the compiler will no do static binding,so during runtime ,the base class pointer can be used to call the functions of the derived classes.Thus virtual functions support dynamic polymorphism.


What are the different versions and functions?

Version: static reference to a specific entity of a specific instance. Function: dynamic reference to existing algorithm to perform or execute.


What is an algorithm Alice?

An algorithm is a step-by-step procedure or set of rules to solve a problem or accomplish a task. In computer science, algorithms are used to process data, perform calculations, and automate tasks efficiently. They are the foundation of computer programming and help determine how software functions.


How are the expanded algorithm and the standard algorithm different?

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


What are the difference between versions and functions?

Version: static reference to a specific entity of a specific instance. Function: dynamic reference to existing algorithm to perform or execute.


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


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.