上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 55 下一页
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14065888.html 两个数组的交集 II 题目链接:https://leetcode-cn.com/problems/intersection-of-two-arrays-ii/ 题目 给定两个数组,编 阅读全文
posted @ 2020-12-01 01:13 萍2樱释 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14056380.html 重复N次的元素 题目链接:https://leetcode-cn.com/problems/n-repeated-element-in-size-2n-array/ 题目 在大小为 阅读全文
posted @ 2020-11-29 15:18 萍2樱释 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14054909.html 单词规律 题目链接:https://leetcode-cn.com/problems/word-pattern/ 题目 给定一种规律 pattern 和一个字符串 str ,判断 s 阅读全文
posted @ 2020-11-28 23:44 萍2樱释 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 此博客连接:https://www.cnblogs.com/ping2yingshi/p/14054440.html 存在重复元素2 题目链接:https://leetcode-cn.com/problems/contains-duplicate-ii/submissions/ 题目 给定一个整数数 阅读全文
posted @ 2020-11-28 22:01 萍2樱释 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 此博客链接: 翻转对 题目链接:https://leetcode-cn.com/problems/reverse-pairs/ 给定一个数组 nums ,如果 i < j 且 nums[i] > 2*nums[j] 我们就将 (i, j) 称作一个重要翻转对。 你需要返回给定数组中的重要翻转对的数量 阅读全文
posted @ 2020-11-28 10:21 萍2樱释 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14051225.html 分糖果 题目链接:https://leetcode-cn.com/problems/distribute-candies/ 给定一个偶数长度的数组,其中不同的数字代表着不同种类的糖果 阅读全文
posted @ 2020-11-28 01:08 萍2樱释 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 此博客连接:https://www.cnblogs.com/ping2yingshi/p/14045519.html 只出现一次的数字 题目链接:https://leetcode-cn.com/problems/single-number/submissions/ 题目 给定一个非空整数数组,除了某 阅读全文
posted @ 2020-11-27 00:04 萍2樱释 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14035790.html 上升下降字符串 题目链接:https://leetcode-cn.com/problems/increasing-decreasing-string/ 题目 给你一个字符串 s ,请 阅读全文
posted @ 2020-11-25 14:08 萍2樱释 阅读(153) 评论(3) 推荐(0) 编辑
摘要: 此博客链接: 前言 在vs conde中,在英文状态下,输入!,然后按tab键可以自动生成html代码。 同时按住shift和alt键加上b可以快捷在浏览器中浏览效果。 创建大白 存在 先搭建大白的框架,使大白真实存在。 1.先用html搭建大白的框架。 <div id="baymax"> <!-- 阅读全文
posted @ 2020-11-25 10:25 萍2樱释 阅读(249) 评论(3) 推荐(0) 编辑
摘要: 此博客连接:https://www.cnblogs.com/ping2yingshi/p/14028983.html 气球的最大数量 题目链接:https://leetcode-cn.com/problems/maximum-number-of-balloons/ 题目 给你一个字符串 text,你 阅读全文
posted @ 2020-11-24 10:48 萍2樱释 阅读(149) 评论(1) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 55 下一页