摘要: Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".Update (2015-02-12):For C prog... 阅读全文
posted @ 2015-06-09 12:06 niuer++ 阅读(192) 评论(0) 推荐(0)
摘要: 早晨和陈John一起来实验室的路上听他说起leetcode上也有数据库和shell的练习。于是拿来练练手,发现数据库的题只有几道而且做得也很快AC率也蛮高,权当复习了一下数据库的基本语法了吧。1:Employees Earning More Than Their ManagersTheEmploye... 阅读全文
posted @ 2015-06-09 10:24 niuer++ 阅读(506) 评论(0) 推荐(0)