|
|
|
|
|
by hardik988
4804 days ago
|
|
This is OT: I've always wanted to take a crack at a couple of problems/semi-thought-experiments I came up with: 1) Find the verified Twitter account followed by minimum number of users - This is easy, since Twitter maintains an official list of verified accounts at https://twitter.com/verified/following . We could iterate over this list, and find the minimum. 2) Find the maximum-followed non-verified Twitter account. Now this is a harder problem. Does anyone have any ideas apart from brute-forcing Twitter handles? |
|