0%

Given an array of integers, return indices of the two numbers such that they add up to a specific target.

阅读全文 »

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.

阅读全文 »