摘要:
此博客链接: 1.在activity_main.xml中复制下面代码。 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/13069893.html 判断子序列 题目链接:https://leetcode-cn.com/problems/is-subsequence/ 给定字符串 s 和 t ,判断 s 是否为 t 的子序列。 你 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/13064942.html 下载 下载链接:http://www.android-studio.org/ 安装 一直点击next。中间会有一个报错,忽略就可以了。点击取消。 创建项目 选择空页面 填写项目信息。 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/13053830.html 斐波那契数列 题目链接:https://leetcode-cn.com/problems/fei-bo-na-qi-shu-lie-lcof/ 写一个函数,输入 n ,求斐波那契(F 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/13052844.html 各位相加 题目链接:https://leetcode-cn.com/problems/add-digits/ 给定一个非负整数 num,反复将各个位上的数字相加,直到结果为一位数。 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/13047031.html 求连续最大子序列和 题目链接:https://leetcode-cn.com/problems/contiguous-sequence-lcci/ 给定一个整数数组,找出总和最大的连 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/13027189.html 反转字符串中的字符串() 题目链接:https://leetcode-cn.com/problems/reverse-words-in-a-string-iii/ 给定一个字符串,你 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/13021775.html 统计 位数为偶数的数字(22min) 题目链接:https://leetcode-cn.com/problems/find-numbers-with-even-number-of-d 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/12995731.html 数组拆分 给定长度为 2n 的数组, 你的任务是将这些数分成 n 对, 例如 (a1, b1), (a2, b2), ..., (an, bn) ,使得从1 到 n 的 min(ai 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/12984614.html 反转链接(84min) 题目链接:https://leetcode-cn.com/problems/flipping-an-image/ 给定一个二进制矩阵 A,我们想先水平翻转图像 阅读全文