July 4th Sale
Limited Time Deal: Unlock all premium questions for over 40% off
$10.42$6.25
10
:
09
:
23
:
42
Back to Dashboard
Social Network Friend Suggester
Medium
Build a friend recommendation system for a social network. Given n users (indexed 0 to n - 1) and a list of existing friendships (undirected pairs), recommend one new friend for each user.
For each user i, apply the following rules in order:
...