摘要: 逆波兰表达式题目 https://leetcode.cn/problems/evaluate-reverse-polish-notation/description/ 逆波兰表达式代码随想录 https://programmercarl.com/0150.逆波兰表达式求值.html#其他语言版本 滑 阅读全文
posted @ 2024-06-14 22:25 哆啦** 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 232用栈实现队列 https://leetcode.cn/problems/implement-queue-using-stacks/ 用栈实现队列代码随想录 https://programmercarl.com/0232.用栈实现队列.html#其他语言版本 225用队列实现栈 https:// 阅读全文
posted @ 2024-06-13 10:09 哆啦** 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 字符串总结 基础操作 —— 反转字符串 344 反转字符串:字符串变成列表才能可替代;不要随便用库函数 https://leetcode.cn/problems/reverse-string/description/ 反转字符串 II:遍历的秘诀; https://leetcode.cn/probl 阅读全文
posted @ 2024-06-12 00:29 哆啦** 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 28.strStr() https://leetcode.cn/problems/find-the-index-of-the-first-occurrence-in-a-string/description/ 实现strStr()代码随想录 https://programmercarl.com/00 阅读全文
posted @ 2024-06-11 12:32 哆啦** 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 反转字符串 https://leetcode.cn/problems/reverse-string/ 反转字符串代码随想录 https://programmercarl.com/0344.反转字符串.html#算法公开课 替换数字 https://kamacoder.com/problempage. 阅读全文
posted @ 2024-06-07 12:16 哆啦** 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 代码随想录算法训练营第七天 383赎金信 https://leetcode.cn/problems/ransom-note/submissions/537782865/ 383赎金信代码随想录 https://programmercarl.com/0383.赎金信.html#思路 四数之和2 htt 阅读全文
posted @ 2024-06-07 12:08 哆啦** 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 哈希表基础理论 https://programmercarl.com/哈希表理论基础.html#哈希表 242有效字母异位词题 https://leetcode.cn/problems/valid-anagram/description/ 242代码随想录解析 https://programmerc 阅读全文
posted @ 2024-06-05 15:35 哆啦** 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 24题目链接:https://leetcode.cn/problems/swap-nodes-in-pairs/description/ 24题代码随想录讲解:https://programmercarl.com/0024.两两交换链表中的节点.html#思路 19题链接:https://leetc 阅读全文
posted @ 2024-06-04 22:41 哆啦** 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 链表基础理论:https://programmercarl.com/链表理论基础.html 203题目链接:https://leetcode.cn/problems/remove-linked-list-elements/ 203代码随想录:https://programmercarl.com/02 阅读全文
posted @ 2024-05-26 23:35 哆啦** 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 代码随想录算法训练营第一天 | 977.有序数组的平方;209.长度最小的子序列 977题链接:https://leetcode.cn/problems/squares-of-a-sorted-array/ 代码随想录链接:https://programmercarl.com/0977.有序数组的平 阅读全文
posted @ 2024-05-24 23:26 哆啦** 阅读(2) 评论(0) 推荐(0) 编辑