上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 55 下一页
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14404320.html 最大连续1的个数 题目链接:https://leetcode-cn.com/problems/max-consecutive-ones/submissions/ 题目 给定一个二进制 阅读全文
posted @ 2021-02-15 19:55 萍2樱释 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14402948.html 石子游戏 题目链接:https://leetcode-cn.com/problems/stone-game/ 题目 亚历克斯和李用几堆石子在做游戏。偶数堆石子排成一行,每堆都有正整数 阅读全文
posted @ 2021-02-14 23:03 萍2樱释 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 此博客链接: 寻找重复数 题目链接:https://leetcode-cn.com/problems/find-the-duplicate-number/ 题目 给定一个包含 n + 1 个整数的数组 nums ,其数字都在 1 到 n 之间(包括 1 和 n),可知至少存在一个重复的整数。 假设 阅读全文
posted @ 2021-02-13 22:08 萍2樱释 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14399182.html 盛最多水的容器 题目链接:https://leetcode-cn.com/problems/container-with-most-water/submissions/ 题目 给你 阅读全文
posted @ 2021-02-12 19:42 萍2樱释 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14394806.html 字符串的排序 题目链接:https://leetcode-cn.com/problems/permutation-in-string/solution/hua-dong-chuang 阅读全文
posted @ 2021-02-10 01:19 萍2樱释 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14391627.html 整数拆分 题目链接:https://leetcode-cn.com/problems/integer-break/ 题目 给定一个正整数 n,将其拆分为至少两个正整数的和,并使这些整 阅读全文
posted @ 2021-02-09 00:29 萍2樱释 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14388417.html 1.UDP编程 1.1说明 1.名字 客户端名字:UDPClient 服务器名字:UDPServer 2.运行环境 Python 3.8.5 3.通信过程 UDP连接时,需要先开启服 阅读全文
posted @ 2021-02-08 12:49 萍2樱释 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 此博客链接: 旋转图像 题目链接:https://leetcode-cn.com/problems/rotate-image/ 题目 给定一个 n × n 的二维矩阵 matrix 表示一个图像。请你将图像顺时针旋转 90 度。 你必须在 原地 旋转图像,这意味着你需要直接修改输入的二维矩阵。请不要 阅读全文
posted @ 2021-02-08 00:30 萍2樱释 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14383691.html 非递减数列 题目链接:https://leetcode-cn.com/problems/non-decreasing-array/ 题目 给你一个长度为 n 的整数数组,请你判断在 阅读全文
posted @ 2021-02-07 01:06 萍2樱释 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14380236.html 不同路径2 题目链接:https://leetcode-cn.com/problems/unique-paths-ii/submissions/ 题目 一个机器人位于一个 m x n 阅读全文
posted @ 2021-02-05 23:30 萍2樱释 阅读(81) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 55 下一页