2018年8月3日
摘要: Given a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) parentheses substring. Example 1: Exampl 阅读全文
posted @ 2018-08-03 23:56 f91og 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 1. Reverse Nodes in k-Group Given a linked list, reverse the nodes of a linked list k at a time and return its modified list. k is a positive integer 阅读全文
posted @ 2018-08-03 22:48 f91og 阅读(303) 评论(0) 推荐(0) 编辑