Randomized HITS (Link Analysis Link Analysis)
Jump to navigation
Jump to search
Time Complexity
$O(m n\log n )$
Space Complexity
$O(n)$ words
(Stores and updates hub and authority values per node)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
2001