The (Stochastic Approach for Link Structure Analysis) SALSA Algorithm (Link Analysis Link Analysis)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(m^{2} n )$

Space Complexity

$O(n)$? words

(Stores and updates two O(n)-sized vectors (corresponding to 2 random walks) designed to converge to some sort of stationary distribution)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word RAM

Year

2000

Reference

https://dl.acm.org/doi/abs/10.1145/382979.383041