上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 55 下一页
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13069893.html 判断子序列 题目链接:https://leetcode-cn.com/problems/is-subsequence/ 给定字符串 s 和 t ,判断 s 是否为 t 的子序列。 你 阅读全文
posted @ 2020-06-09 00:24 萍2樱释 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13064942.html 下载 下载链接:http://www.android-studio.org/ 安装 一直点击next。中间会有一个报错,忽略就可以了。点击取消。 创建项目 选择空页面 填写项目信息。 阅读全文
posted @ 2020-06-08 12:16 萍2樱释 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13053830.html 斐波那契数列 题目链接:https://leetcode-cn.com/problems/fei-bo-na-qi-shu-lie-lcof/ 写一个函数,输入 n ,求斐波那契(F 阅读全文
posted @ 2020-06-06 10:50 萍2樱释 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13052844.html 各位相加 题目链接:https://leetcode-cn.com/problems/add-digits/ 给定一个非负整数 num,反复将各个位上的数字相加,直到结果为一位数。 阅读全文
posted @ 2020-06-05 23:11 萍2樱释 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13047031.html 求连续最大子序列和 题目链接:https://leetcode-cn.com/problems/contiguous-sequence-lcci/ 给定一个整数数组,找出总和最大的连 阅读全文
posted @ 2020-06-04 22:44 萍2樱释 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13027189.html 反转字符串中的字符串() 题目链接:https://leetcode-cn.com/problems/reverse-words-in-a-string-iii/ 给定一个字符串,你 阅读全文
posted @ 2020-06-01 20:01 萍2樱释 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13021775.html 统计 位数为偶数的数字(22min) 题目链接:https://leetcode-cn.com/problems/find-numbers-with-even-number-of-d 阅读全文
posted @ 2020-05-31 21:46 萍2樱释 阅读(442) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12995731.html 数组拆分 给定长度为 2n 的数组, 你的任务是将这些数分成 n 对, 例如 (a1, b1), (a2, b2), ..., (an, bn) ,使得从1 到 n 的 min(ai 阅读全文
posted @ 2020-05-30 23:56 萍2樱释 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12984614.html 反转链接(84min) 题目链接:https://leetcode-cn.com/problems/flipping-an-image/ 给定一个二进制矩阵 A,我们想先水平翻转图像 阅读全文
posted @ 2020-05-28 23:00 萍2樱释 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12966745.html 二叉搜索树的范围和(45min) 题目链接:https://leetcode-cn.com/problems/range-sum-of-bst/submissions/ 题解: 题意 阅读全文
posted @ 2020-05-26 17:11 萍2樱释 阅读(224) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 55 下一页