We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The successorship algorithm runs a for loop for ℕ iterations.
The input to this function is ( ℕ ) where is the upper bound to the function.
// Start the timer
for (int i = 0; i < ℕ; i++) { }
// End the timer
ℕ = 10,000.
for (int i = 0; i < 10000; i++) { }