欢迎光临!
登录
  • 程序员
    • 程序语言
      • c/c++
      • golang
      • python
    • 数据结构和算法
  • 互联网
    • 云服务
      • 七牛
      • 阿里云
    • 博客建设
      • hexo
      • wordpress
    • 其他技术
      • git/github
      • nginx
      • supervisor
  • 数据库
    • redis
    • mysql
  • linux
    • centos
    • ubuntu
    • 运维
  • 计算机网络
    • tcp/ip
    • wireshark
  • 生活随笔
    • 这里是情怀
    • 这里是音乐
    • 这里是吃的
    • 这里是生活
  • 其他
    • 常用软件
      • mac
      • windows
起风了 起风了
  • 程序员
    • 程序语言
      • c/c++
      • golang
      • python
    • 数据结构和算法
  • 互联网
    • 云服务
      • 七牛
      • 阿里云
    • 博客建设
      • hexo
      • wordpress
    • 其他技术
      • git/github
      • nginx
      • supervisor
  • 数据库
    • redis
    • mysql
  • linux
    • centos
    • ubuntu
    • 运维
  • 计算机网络
    • tcp/ip
    • wireshark
  • 生活随笔
    • 这里是情怀
    • 这里是音乐
    • 这里是吃的
    • 这里是生活
  • 其他
    • 常用软件
      • mac
      • windows
bj
登录
站内
百度
谷歌

热门搜索

  • api
  • on
  • ESXi-Customizer
  • esxi
  • graphviz
  • 编程语言
  • 数据库
  • 云相关
  • Linux
  • Windows
  • 互联网
  • 计算机网络
首页leetcode
leetcode

leetcode

[leetcode]199-二叉树的右视图 数据结构和算法

[leetcode]199-二叉树的右视图

来源:力扣 (LeetCode) 链接:https://leetcode-cn.com/problems/binary-tree-right-side-view 著作权归领扣网络所有。商业转载请联系官方...
马谦马谦马谦 04 月 16 日299评论leetcode
阅读全文
【每日打卡】[leetcode]72-编辑距离 数据结构和算法

【每日打卡】 [leetcode]72-编辑距离

来源:力扣 (LeetCode) 链接:https://leetcode-cn.com/problems/edit-distance 著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。...
马谦马谦马谦 04 月 06 日363评论leetcode 动态规划
阅读全文
【每日打卡】[leetcode]460-LFU缓存 数据结构和算法

【每日打卡】 [leetcode]460-LFU 缓存

来源:力扣 (LeetCode) 链接:https://leetcode-cn.com/problems/lfu-cache 著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。 一、题...
马谦马谦马谦 04 月 05 日324评论leetcode
阅读全文
[leetcode]125-验证回文串 数据结构和算法

[leetcode]125-验证回文串

这道题本身是非常简单的,但是由于审题不仔细,忽略一个细节,导致提交了 6 次才成功,要检讨! 来源:力扣 (LeetCode) 链接:https://leetcode-cn.com/problems/val...
马谦马谦马谦 03 月 29 日286评论leetcode
阅读全文
【每日打卡】[程序员面试宝典]17.16-按摩师 数据结构和算法

【每日打卡】 [程序员面试宝典]17.16-按摩师

来源:力扣 (LeetCode) 链接:https://leetcode-cn.com/problems/the-masseuse-lcci 著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注...
马谦马谦马谦 03 月 24 日440评论leetcode 程序员面试宝典
阅读全文
【每日打卡】[leetcode]876-链表的中间节点 数据结构和算法

【每日打卡】 [leetcode]876-链表的中间节点

来源:力扣 (LeetCode) 链接:https://leetcode-cn.com/problems/middle-of-the-linked-list 著作权归领扣网络所有。商业转载请联系官方授权...
马谦马谦马谦 03 月 23 日200评论leetcode 链表
阅读全文
【每日打卡】[剑指offer]面试题40-最小的k个数 数据结构和算法

【每日打卡】 [剑指 offer] 面试题 40-最小的 k 个数

一、题目描述 输入整数数组 arr ,找出其中最小的 k 个数。例如,输入 4 、 5 、 1 、 6 、 2 、 7 、 3 、 8 这 8 个数字,则最小的 4 个数字是 1 、 2 、 3 、 4 。 示例 1: 输入:arr = [3,2,1], ...
马谦马谦马谦 03 月 20 日370评论leetcode 剑指 offer
阅读全文
【每日打卡】[leetcode]-409最长回文子串 数据结构和算法

【每日打卡】 [leetcode]-409 最长回文子串

来源:力扣 (LeetCode) 链接:https://leetcode-cn.com/problems/longest-palindrome 著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请...
马谦马谦马谦 03 月 19 日204评论leetcode
阅读全文
【每日打卡】[leetcode]面试题1.6-字符串压缩 数据结构和算法

【每日打卡】 [leetcode] 面试题 1.6-字符串压缩

来源:力扣 (LeetCode) 链接:https://leetcode-cn.com/problems/compress-string-lcci 著作权归领扣网络所有。商业转载请联系官方授权,非商业转...
马谦马谦马谦 03 月 16 日335评论leetcode 程序员面试宝典
阅读全文
【每日打卡】[leetcode]695-岛屿的最大面积 数据结构和算法

【每日打卡】 [leetcode]695-岛屿的最大面积

来源:力扣 (LeetCode) 链接:https://leetcode-cn.com/problems/max-area-of-island 著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请...
马谦马谦马谦 03 月 15 日189评论dfs leetcode
阅读全文

文章分页

1 2 3 … 5

分类模块

CentOS 8找不到chsh命令的解决方案
  • CentOS 8 找不到 chsh 命令的解决方案
  • 解决 gvm 工具无法下载安装包的问题
  • goland 配置 proto 文件搜索路径
  • wireshark 导出 https 证书
  • 群晖命令行方式删除套件

相关文章

  • 【每日打卡】[leetcode]72-编辑距离 【每日打卡】 [leetcode]72-编辑距离 04/06 363
  • 【每日打卡】[leetcode]460-LFU缓存 【每日打卡】 [leetcode]460-LFU 缓存 04/05 324
  • [leetcode]125-验证回文串 [leetcode]125-验证回文串 03/29 286
  • 【每日打卡】[程序员面试宝典]17.16-按摩师 【每日打卡】 [程序员面试宝典]17.16-按摩师 03/24 440
  • 【每日打卡】[leetcode]876-链表的中间节点 【每日打卡】 [leetcode]876-链表的中间节点 03/23 200
  • 繁
  • 起风了 起风了 本页二维码