摘要: 题目描述:Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.The brackets must close in ... 阅读全文
posted @ 2015-03-11 15:18 Sawyer Ford 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 题目描述:Given a linked list, remove the nth node from the end of list and return its head.For example, Given linked list: 1->2->3->4->5, and n = 2. A... 阅读全文
posted @ 2015-03-11 08:25 Sawyer Ford 阅读(174) 评论(0) 推荐(0) 编辑