Plua Htims' Blog
  • 首页
  • 归档
  • 分类
  • 标签
  • 关于

平方数之和

题目力扣 给定一个非负整数 c ,你要判断是否存在两个整数 a 和 b,使得 a^2 + b^2 = c 。
2023-11-26
算法
#双指针

两数之和 II - 输入有序数组

题目力扣 给你一个下标从 1 开始的整数数组 numbers ,该数组已按 非递减顺序排列 ,请你从数组中找出满足相加之和等于目标数 target 的两个数。如果设这两个数分别是 numbers[index1] 和 numbers[index2] ,则 1 <= index1 < index2 <= numbers.length 。
2023-11-25
算法
#双指针

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
2023-11-25
123

搜索

Hexo Fluid