JTDI / leetcode-practice

Record the results of our efforts
6 stars 3 forks source link

【周计划】第二周(2020.04.20~2020.04.26) #17

Closed notmaster closed 4 years ago

notmaster commented 4 years ago

算法-周计划

notmaster commented 4 years ago

周计划 : https://www.notion.so/0d596f26a24d4ae9b22e8268fca5816d#90dfba755dd24b64a253afcbf9c72697

覃超刷题方法视频:小白如何刷Leetcode,掌握后15分钟刷一题

截图: image

RamboGit commented 4 years ago

第二周栈、队列、堆和堆排序的学习 08 | 栈:如何实现浏览器的前进和后退功能? 09 | 队列:队列在线程池等有限资源池中的应用 28 | 堆和堆排序:为什么说堆排序没有快速排序快? 29 | 堆的应用:如何快速获取到Top 10最热门的搜索关键词? 刷题: 简单: https://leetcode-cn.com/problems/remove-all-adjacent-duplicates-in-string/ https://leetcode-cn.com/problems/remove-outermost-parentheses/ 困难: https://leetcode.com/problems/largest-rectangle-in-histogram/ https://leetcode.com/problems/trapping-rain-water/

gengmingOrg commented 4 years ago

每天一道简单类型的题,按照题的相关型做(栈类型),这周还是摸索一下,适合我自己的方法

aoilti commented 4 years ago
  1. 有效的括号 image
aoilti commented 4 years ago
  1. 合并两个有序链表 image