240 发简信
IP属地:湖南
  • 十四、leetcode刷题之【字符串系列】

    [TOC] 316. 去除重复字母[https://leetcode.cn/problems/remove-duplicate-letters/...

  • 十三、leetcode刷题之【单调队列】

    [TOC] 基础知识 队列没有必要维护窗口里的所有元素,只需要维护有可能成为窗口里最大值的元素就可以了,同时保证队列里的元素数值是由大到小的。 ...

  • 十二、leetcode刷题之【扫描线】

    [TOC] 56. 合并区间[https://leetcode.cn/problems/merge-intervals/](中等) 57. 插入...

  • 九、leetcode刷题之【DFS】

    [TOC] 深度优先遍历 定义 「一条路走到底,不撞南墙不回头」。深度优先遍历 只要前面有可以走的路,就会一直向前走,直到无路可走才会回头; 无...

  • 十、leetcode刷题之【并查集 Union-Find】

    [TOC] 基础知识 https://labuladong.gitee.io/algo/2/22/53/[https://labuladong....

  • Leetcode刷题学习网站

    代码随想录https://github.com/youngyangyang04/leetcode-master[https://github.c...

  • 队列、栈转化

    [TOC] 232. 用栈实现队列[https://leetcode-cn.com/problems/implement-queue-using...

  • 二叉树

    https://leetcode-cn.com/problems/minimum-depth-of-binary-tree/solution/d...

  • 动态规划

    [TOC] Leetcode刷题 300. 最长递增子序列[https://leetcode-cn.com/problems/longest-i...

个人介绍
坚守着做事从一而终,却不得不有始无终.......