2016年9月9日

LeetCode: Design twitter

摘要: Design Twitter [Problem] [Solution]- define struct User: "set<uid> followees", "vector<pair<postTime, tid>> tweets"- twitter: "map<uid, user> users"- 阅读全文

posted @ 2016-09-09 23:19 gaoxingxing 阅读(157) 评论(0) 推荐(0)

导航