Leetcode 355: Design Twitter
Problem Introduction ๐
Design a simplified version of Twitter where users can post tweets, follow/unfollow another user, and is able to see the 10 most recent tweets in the user's news feed.
Implement the Twitter class:
Twitter() Initializes your t...
itsadityagupta.hashnode.dev4 min read