Algorithm for performing decentralized search in social networks

Posted by Jack on Stack Overflow See other posts from Stack Overflow or by Jack
Published on 2010-04-12T11:45:12Z Indexed on 2010/04/12 18:53 UTC
Read the original article Hit count: 509

Filed under:
|

I want to find out all the existing decentralized algorithms that exploit the structural properties of social networks. So far I know the following algorithms -

1) Best connected search - Adamic et al

2) Random Walk (does not exploit any structural property but still it is decentralized)

3) Hamming distance search

4) Weak/Strong tie search

Any help would be appreciated

© Stack Overflow or respective owner

Related posts about social-network

Related posts about algorithm