Case Studies
Question
Given a list of all followers in format: 123, 345;234, 678;345, 123;…where the first column contains the Id of the follower, and the second one is the Id of who’s followed, find all mutual follows(pair 123, 345 in the example above). Do the same in the case, when this list does not fit into the memory.
1
Interview Question
55 years
0 Answers
362 views
Great Grand Master 0
Leave an answer