Brent's algorithm ( Cycle Detection)

From Algorithm Wiki
Revision as of 11:15, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O((\lambda + \mu)$ t_f) == Space Complexity == $O({1})$ Pointer algo (Algorithmic Cryptanalysis) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == == Year == 1973 == Reference == https://maths-people-anu-edu-au.ezproxy.canberra.edu.au/~brent/pd/rpb005.pdf")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Time Complexity

$O((\lambda + \mu)$ t_f)

Space Complexity

$O({1})$ Pointer algo

(Algorithmic Cryptanalysis)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Year

1973

Reference

https://maths-people-anu-edu-au.ezproxy.canberra.edu.au/~brent/pd/rpb005.pdf