摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14347689.html 最长回文串 题目链接:https://leetcode-cn.com/problems/longest-palindromic-substring/ 题目 给你一个字符串 s,找到 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14335083.html 回文子串 题目链接:https://leetcode-cn.com/problems/palindromic-substrings/ 题目 给定一个字符串,你的任务是计算这个字符串中 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14332495.html 拼图 1.说明 1.1游戏玩法 1.1.1游戏1 界面显示一张被2*3矩形分割后打乱顺序的图片,用户移动图片时,只能移动到相邻的格子,只需要给出方向,拖拽图片,把打乱顺序后的图片还原 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14331519.html 等价多米诺骨牌对的数量 题目链接:https://leetcode-cn.com/problems/number-of-equivalent-domino-pairs/ 题目 给你一 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14323185.html 1.数字相加 1.1思路 力扣中的两个数相加都不是简单的两个数使用+号可以相加得结果的。一般的做题思路是:把两个数变成字符串,从低位开始相加,吧每次加的的结果存起来,最后把加的的结果 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14319417.html 四数之和 题目链接:https://leetcode-cn.com/problems/4sum/ 题目 给定一个包含 n 个整数的数组 nums 和一个目标值 target,判断 n 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14311268.html 数组形式的整数加法 题目链接:https://leetcode-cn.com/problems/add-to-array-form-of-integer/ 题目 对于非负整数 X 而 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14304780.html 别踩白块儿 1.说明 1.游戏1:在界面上有白色和黑色的方块,当点击黑块儿时,在屏幕最上方出现新的黑块,当点击白块儿时游戏结束。 2.游戏2:在界面上有白色和黑色的方块,然后整体下落 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14302562.html 三个数的最大乘积 题目链接:https://leetcode-cn.com/problems/maximum-product-of-three-numbers/submissions 阅读全文
摘要:
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14298291.html 可被三整除的最大和 题目链接:https://leetcode-cn.com/problems/greatest-sum-divisible-by-three/submissions 阅读全文