2015年9月2日

摘要: 1 题目:Given an arraySofnintegers, are there elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplets in the array which gives the su... 阅读全文
posted @ 2015-09-02 22:04 聆听V风声 阅读(156) 评论(0) 推荐(0) 编辑
 
摘要: 1 题目Given a linked list, remove thenthnode from the end of list and return its head.For example, Given linked list: 1->2->3->4->5, and n = 2. Afte... 阅读全文
posted @ 2015-09-02 19:29 聆听V风声 阅读(115) 评论(0) 推荐(0) 编辑
 
摘要: 1 题目:Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the tel... 阅读全文
posted @ 2015-09-02 16:00 聆听V风声 阅读(149) 评论(0) 推荐(0) 编辑