answersLogoWhite

0

What is Notation in Algorithm?

Updated: 8/10/2023
User Avatar

Wiki User

13y ago

Best Answer

hi i am ravi kashyap my email id kashyap.ravi77@gmail.com

notations used to define the effiency of

An algorithm?

what means

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

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

What is omega notation of algorithm?

w


What is concise notation?

Concise Notation is just like standard algorithm.


What is the difference between big o and omega notation in c plus plus?

The difference between Big O notation and Big Omega notation is that Big O is used to describe the worst case running time for an algorithm. But, Big Omega notation, on the other hand, is used to describe the best case running time for a given algorithm.


How is time complexity of an algorithm calculated?

The usual definition of an algorithm's time complexity is called Big O Notation. If an algorithm has a value of O(1), it is a fixed time algorithm, the best possible type of algorithm for speed. As you approach O(∞) (a.k.a. infinite loop), the algorithm takes progressively longer to complete (an algorithm of O(∞) would never complete).


What is a music Algorithm?

an algorithm that is composed for creating music, investigating particular aspect of music, representing music in specific readable form (notation), deriving a new composition from the existing one, based on music theory and/or common practice


What is equals equals in algorithm notation?

5, then I am asserting that x may equal 5. The result of my assertion is said to be 'true' if x is in fact 5, or 'false' otherwise.


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 big-o notation for describing time complexity of algorithm?

Big O notation allows to specify the complexity of an algorithm in a simple formula, by dismissing lower-order variables and constant factors.For example, one might say that a sorting algorithm has O(n * lg(n)) complexity, where n is the number of items to sort.Big O notation is used in Computer Science to describe the performance or complexity of an algorithm. Big O specifically describes the worst-case scenario, and can be used to describe the execution time required or the space used (e.g. in memory or on disk) by an 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


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.