1 Star 0 Fork 0

Sunny / type-challenges

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
cje 提交于 2023-05-04 03:09 . docs: update twoSum README (#27097)

Two Sum hard #array #math

by PsiloLau @Psilocine

Take the Challenge    简体中文

Given an array of integers nums and an integer target, return true if two numbers such that they add up to target.

For example

type sum1 = TwoSum<[3, 2, 4], 6> // true
type sum2 = TwoSum<[2, 7, 11, 15], 15> // false

Back Share your Solutions Check out Solutions
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ztes/type-challenges.git
git@gitee.com:ztes/type-challenges.git
ztes
type-challenges
type-challenges
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891