数据结构与算法
-
「LeetCode每日一题」—— 151. 翻转字符串里的单词
151. 翻转字符串里的单词 链接:https://leetcode-cn.com/problems/reverse-words-in-a-string/难度:中等 题目 给定一个…
-
「LeetCode每日一题」—— 22. 括号生成
22. 括号生成 链接:https://leetcode-cn.com/problems/generate-parentheses/难度:中等 题目 数字 n 代表生成括…
-
「LeetCode每日一题」—— LCOF.13. 机器人的运动范围
LCOF.13. 机器人的运动范围 题目链接:https://leetcode-cn.com/problems/ji-qi-ren-de-yun-dong-fan-wei-lcof…
-
「LeetCode每日一题」—— LCCI.01.07. 旋转矩阵
LCCI.01.07. 旋转矩阵 题目链接:https://leetcode-cn.com/problems/rotate-matrix-lcci/难度:中等 题目 给你一幅由 N…
-
「LeetCode每日一题」—— 72. 编辑距离
72. 编辑距离 题目链接:https://leetcode-cn.com/problems/edit-distance/难度:困难 题目 给你两个单词 word1 和&…
-
「LeetCode每日一题」—— 460. LFU缓存
460. LFU缓存 题目链接:https://leetcode-cn.com/problems/lfu-cache/难度:困难 题目 点击原文链接跳转查看题目 请你为 最不经常使…
-
「LeetCode每日一题」—— 42. 接雨水
42. 接雨水 链接:https://leetcode-cn.com/problems/trapping-rain-water/难度:困难 题目 给定 n 个非负整数表示…
-
「LeetCode每日一题」—— 8. 字符串转换整数 (atoi)
8. 字符串转换整数 (atoi) 链接:https://leetcode-cn.com/problems/string-to-integer-atoi/难度:中等 题目 请你来实…
-
「LeetCode每日一题」—— 289. 生命游戏
289. 生命游戏 链接:https://leetcode-cn.com/problems/game-of-life/难度:中等 题目 根据 百度百科 ,生命游…
-
「LeetCode每日一题」—— 1111. 有效括号的嵌套深度
1111. 有效括号的嵌套深度 链接:https://leetcode-cn.com/problems/maximum-nesting-depth-of-two-valid-par…