摘要: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.***Note**... 阅读全文
posted @ 2015-04-17 16:58 amazingzoe 阅读(156) 评论(0) 推荐(0)
摘要: Given a stringsconsists of upper/lower-case alphabets and empty space characters' ', return the length of last word in the string.If the last word doe... 阅读全文
posted @ 2015-04-17 13:45 amazingzoe 阅读(115) 评论(0) 推荐(0)