摘要: 背景 win11 笔记本突然就不work了,主板坏了,由于是高配,主板显卡集成在一起,换代价太大 硬盘取出来之后,系统自动使用bitlocker加密了,第一次知道bitlocker硬盘加密。 结果: 自己积累了很久的代码库、复习资料,代码库 大部分都没了。 为什么写博客? 资料远程备份 时间是有限的 阅读全文
posted @ 2024-05-16 21:20 金字塔下的蜗牛 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 题目描述 链接:https://leetcode.com/problems/maximum-length-of-repeated-subarray/description/ Given two integer arrays nums1 and nums2, return the maximum le 阅读全文
posted @ 2024-06-03 21:17 金字塔下的蜗牛 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 问题描述 Given a string s and a dictionary of strings wordDict, return true if s can be segmented into a space-separated sequence of one or more dictionar 阅读全文
posted @ 2024-05-23 22:15 金字塔下的蜗牛 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 问题描述 链接:https://leetcode.com/problems/unique-binary-search-trees/description/ Given an integer n, return the number of structurally unique BST's (bina 阅读全文
posted @ 2024-05-22 22:47 金字塔下的蜗牛 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 问题描述 链接: https://leetcode.com/problems/longest-increasing-subsequence/description/ Given an integer array nums, return the length of the longest stric 阅读全文
posted @ 2024-05-21 22:42 金字塔下的蜗牛 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 问题描述 链接: https://leetcode.com/problems/longest-palindromic-substring/description/ Given a string s, return the longest palindromic substring in s 解释: 阅读全文
posted @ 2024-05-20 22:23 金字塔下的蜗牛 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 问题描述 Given an integer array nums, find a subarray .that has the largest product, and return the product. The test cases are generated so that the answ 阅读全文
posted @ 2024-05-19 22:14 金字塔下的蜗牛 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 问题描述 链接:https://leetcode.com/problems/coin-change-ii/ You are given an integer array coins representing coins of different denominations and an intege 阅读全文
posted @ 2024-05-18 20:55 金字塔下的蜗牛 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 题目描述 链接:https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/description/ You are given an integer array prices where prices[i] is the pri 阅读全文
posted @ 2024-05-17 20:57 金字塔下的蜗牛 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 问题描述 You are given an integer array coins representing coins of different denominations and an integer amount representing a total amount of money. Re 阅读全文
posted @ 2024-05-16 21:15 金字塔下的蜗牛 阅读(1) 评论(0) 推荐(0) 编辑