摘要: Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. The brackets must close in the correct order, "()" and "()[]{}" are all valid but "(]" and "([)]" are not. 阅读全文
posted @ 2013-10-24 16:57 般若一号 阅读(272) 评论(0) 推荐(0) 编辑
摘要: Given a linked list, remove the nth node from the end of list and return its head. 阅读全文
posted @ 2013-10-24 12:45 般若一号 阅读(217) 评论(0) 推荐(0) 编辑
摘要: Given a digit string, return all possible letter combinations that the number could represent. 阅读全文
posted @ 2013-10-24 01:40 般若一号 阅读(378) 评论(0) 推荐(0) 编辑