240 发简信
IP属地:广东
  • Resize,w 360,h 240
    LeetCode 之 学会层序遍历模板

    102. 二叉树的层序遍历[https://leetcode-cn.com/problems/binary-tree-level-order-t...

  • Resize,w 360,h 240
    LeetCode 之 两个字符串之间的故事

    1143. 最长公共子序列[https://leetcode-cn.com/problems/longest-common-subsequenc...

  • Resize,w 360,h 240
    LeetCode 之 子序列问题

    674. 最长连续递增序列[https://leetcode-cn.com/problems/longest-continuous-increa...

  • Resize,w 360,h 240
    LeetCode 之 回文子串

    回文字符串: 正着读和倒过来读一样的字符串 子字符串: 字符串中的由连续字符组成的一个序列 子序列: 不改变剩余字符顺序的情况下,删除某些字符或...

  • Resize,w 360,h 240
    LeetCode 之 两数之和 + 三数之和 + 四数之和

    1. 两数之和[https://leetcode-cn.com/problems/two-sum/] 15. 三数之和[https://leet...

  • Resize,w 360,h 240
    LeetCode 之 打家劫舍 I II III

    198. 打家劫舍[https://leetcode-cn.com/problems/house-robber/] 213. 打家劫舍 II[h...

  • Resize,w 360,h 240
    算法入门之广度优先搜索(BFS)和深度优先搜索(DFS)

    733. 图像渲染[https://leetcode-cn.com/problems/flood-fill/] 从起始像素向上下左右扩散,只要相...

  • Resize,w 360,h 240
    腾讯精选练习 50 题

    7. 整数反转[https://leetcode-cn.com/problems/reverse-integer/] 利用数组 + 字符串的 A...

  • Resize,w 360,h 240
    数据结构入门之树

    144. 二叉树的前序遍历[https://leetcode-cn.com/problems/binary-tree-preorder-trav...