• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
kakaxisisan
这里以后只放刷题了哦论文转战知乎了哦
博客园 首页 新随笔 联系 订阅 订阅 管理
上一页 1 2 3 4 5 6 7 8 9 10 下一页

2019年6月26日

32. Longest Valid Parentheses **堆栈
摘要: description: Given a string containing just the characters '(' and ')', find the length of the longest valid (well formed) parentheses substring. 找符合规 阅读全文
posted @ 2019-06-26 18:25 kakaxisisan 阅读(111) 评论(0) 推荐(0)
 
 

2019年6月25日

31. Next Permutation
摘要: description: Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such arrangement 阅读全文
posted @ 2019-06-25 10:17 kakaxisisan 阅读(99) 评论(0) 推荐(0)
 
 

2019年6月24日

30. Substring with Concatenation of All Words
摘要: description: You are given a string, s, and a list of words, words, that are all of the same length. Find all starting indices of substring(s) in s th 阅读全文
posted @ 2019-06-24 16:56 kakaxisisan 阅读(127) 评论(0) 推荐(0)
 
 

2019年6月21日

29. Divide Two Integers
摘要: description: Given two integers dividend and divisor, divide two integers without using multiplication, division and mod operator. Return the quotient 阅读全文
posted @ 2019-06-21 16:06 kakaxisisan 阅读(121) 评论(0) 推荐(0)
 
28. Implement strStr()
摘要: description: mplement strStr(). Return the index of the first occurrence of needle in haystack, or 1 if needle is not part of haystack. Note: Example: 阅读全文
posted @ 2019-06-21 10:30 kakaxisisan 阅读(78) 评论(0) 推荐(0)
 
 

2019年6月20日

27. Remove Element
摘要: description: Given an array nums and a value val, remove all instances of that value in place and return the new length. Do not allocate extra space f 阅读全文
posted @ 2019-06-20 17:19 kakaxisisan 阅读(82) 评论(0) 推荐(0)
 
 

2019年5月19日

11. Container With Most Water
摘要: description: Given n non negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that 阅读全文
posted @ 2019-05-19 21:16 kakaxisisan 阅读(100) 评论(0) 推荐(0)
 
26. Remove Duplicates from Sorted Array*(快慢指针)
摘要: description: Given a sorted array nums, remove the duplicates in place such that each element appear only once and return the new length. Do not alloc 阅读全文
posted @ 2019-05-19 14:17 kakaxisisan 阅读(169) 评论(0) 推荐(0)
 
25. Reverse Nodes in k-Group
摘要: description: 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 and is less tha 阅读全文
posted @ 2019-05-19 11:25 kakaxisisan 阅读(114) 评论(0) 推荐(0)
 
24. Swap Nodes in Pairs
摘要: description: Given a linked list, swap every two adjacent nodes and return its head. You may not modify the values in the list's nodes, only nodes its 阅读全文
posted @ 2019-05-19 10:32 kakaxisisan 阅读(164) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5 6 7 8 9 10 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3