HF_Cherish

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年7月22日

摘要: 1. Problem一个字符串只能包含'(',')','{','}','['和']',判断字符串是否是闭合有效字符串。Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if... 阅读全文
posted @ 2015-07-22 21:58 HF_Cherish 阅读(154) 评论(0) 推荐(0) 编辑

摘要: 1. Problem去掉链表的倒数第n个节点,并返回链表头。一次遍历完成Given a linked list, remove the nth node from the end of list and return its head.For example, Given linked list... 阅读全文
posted @ 2015-07-22 21:26 HF_Cherish 阅读(189) 评论(0) 推荐(0) 编辑