摘要: Valid Parentheses题目:Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.The brackets... 阅读全文
posted @ 2015-10-23 10:21 锄,禾日当午 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Remove Nth Node From End of List题目:Given a linked list, remove the nth node from the end of list and return its head.For example, Given linked list:... 阅读全文
posted @ 2015-10-23 09:22 锄,禾日当午 阅读(130) 评论(0) 推荐(0) 编辑