Multithreaded Algorithms: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=


* [[Data Structures and Algorithms#Multithreaded_Algorithms|Data Structures and Algorithms]]
* [[Algorithms#Multithreaded_Algorithms|Algorithms]]


=Overview=
=Overview=
[[Algorithm_Complexity#Random_Access_Machine|Random-access machine]]
=Spigot Algorithms=
{{External|https://en.wikipedia.org/wiki/Spigot_algorithm}}
A spigot algorithm is an algorithm for computing the value of a transcendental number, such as π or e, that generates the digits of the number sequentially from left to right, providing increasing precision as the algorithm proceeds.

Latest revision as of 19:59, 15 January 2024

Internal

Overview

Random-access machine

Spigot Algorithms

https://en.wikipedia.org/wiki/Spigot_algorithm

A spigot algorithm is an algorithm for computing the value of a transcendental number, such as π or e, that generates the digits of the number sequentially from left to right, providing increasing precision as the algorithm proceeds.