摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14407797.html 数组拆分 题目链接:https://leetcode-cn.com/problems/array-partition-i/submissions/ 题目 给定长度为 2n 的整数数组 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14404320.html 最大连续1的个数 题目链接:https://leetcode-cn.com/problems/max-consecutive-ones/submissions/ 题目 给定一个二进制 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14402948.html 石子游戏 题目链接:https://leetcode-cn.com/problems/stone-game/ 题目 亚历克斯和李用几堆石子在做游戏。偶数堆石子排成一行,每堆都有正整数 阅读全文
摘要:
此博客链接: 寻找重复数 题目链接:https://leetcode-cn.com/problems/find-the-duplicate-number/ 题目 给定一个包含 n + 1 个整数的数组 nums ,其数字都在 1 到 n 之间(包括 1 和 n),可知至少存在一个重复的整数。 假设 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14399182.html 盛最多水的容器 题目链接:https://leetcode-cn.com/problems/container-with-most-water/submissions/ 题目 给你 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14394806.html 字符串的排序 题目链接:https://leetcode-cn.com/problems/permutation-in-string/solution/hua-dong-chuang 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14391627.html 整数拆分 题目链接:https://leetcode-cn.com/problems/integer-break/ 题目 给定一个正整数 n,将其拆分为至少两个正整数的和,并使这些整 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14388417.html 1.UDP编程 1.1说明 1.名字 客户端名字:UDPClient 服务器名字:UDPServer 2.运行环境 Python 3.8.5 3.通信过程 UDP连接时,需要先开启服 阅读全文
摘要:
此博客链接: 旋转图像 题目链接:https://leetcode-cn.com/problems/rotate-image/ 题目 给定一个 n × n 的二维矩阵 matrix 表示一个图像。请你将图像顺时针旋转 90 度。 你必须在 原地 旋转图像,这意味着你需要直接修改输入的二维矩阵。请不要 阅读全文