answersLogoWhite

0


Best Answer

Algorithms are basically sequences of instructions to solve a problem or to perform a calculation. A logarithm is a specific mathematical concept. For more information on each, look at the sites listed below: Algorithms: http://en.wikipedia.org/wiki/Algorithm Logarithms: http://en.wikipedia.org/wiki/Logarithm

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is algorithm and what is the difference between logarithm and algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between AES Rijndael symmetric algorithm encryption and a hash algorithm?

678


What is the difference between the common logarithm and the natural logarithm?

A logarithm is the exponent to which a number called a base is raised to become a different specific number. A common logarithm uses 10 as the base and a natural logarithm uses the number e (approximately 2.71828) as the base.


What is difference between lemma and algorithm?

A Method that used to be a comouter to soultion of promlems is called algorithm.


What is the algorithm to find discrete log in field of characteristic two?

Coppersmith's discrete logarithm method


What is the difference between an algorithm and a computer program?


What is the difference between procedure and algorithm?

A procedure can go on forever.Where as an Algorithm, will eventually terminate and will have each step precisely defined.


Difference between greedy algorithm and dynamic programming?

the basic difference between them is that in greedy algorithm only one decision sequence is ever generated. where as in dynamic programming many decision sequences are generated.


Difference between Bresenham and midpoint circle drawing algorithm?

what is difference between mid-point and bresenhams circle algorithm what is difference between mid-point and bresenhams circle algorithm bresenhams circle algorithm results in a much more smoother circle,comparred to midpoint circle algorithm..In mid point,decision parameter depends on previous decision parameter and corresponding pixels whereas in bresenham decision parameter only depends on previous decision parameter...


What is the difference between an algorithm and flow chart WITH examples?

An algorithm is a method of solving a problem. A flow chart is a tool for visualizing algorithms.


What is the difference between advanced encryption algorithm and encryption algorithm?

People have developed many encryption algorithms. One particular encryption algorithm is the Rijndael algorithm, usually called the AES or Advanced Encryption Standard.


What are the difference between greedy algorithm and dynamic programing?

A greedy algorithm is similar to a dynamic programming algorithm, but the difference is that solutions to the subproblems do not have to be known at each stage; instead a "greedy" choice can be made of what looks best for the moment.


What is the difference between log and ln?

Log is a logarithm with any arbitrary base, for example log_10 100=2. Ln is a logarithm with a base of e(Euler's number), which is 2.71828 18284 59045 23536...