Q: Try to implement a simple Twitter structure which contains users, tweets and follower lists.
Sigiloso
You can use several hashmaps to save the essential data. Besides, you can find further answers on LeetCode because it's one of the problems on it.