文件名称:最大公共字符串leetcode-LeetCode-Experience:记录我从leetcode学到的东西
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-20 19:09:43
系统开源
最大公共字符串leetcode
LeetCode-Experience
Record
of
what
I
learn
from
leetcode
1.两数之和
Given
an
array
of
integers,
return
indices
of
the
two
numbers
such
that
they
add
up
to
a
specific
target.
You
may
assume
that
each
input
would
have
exactly
one
solution,
and
you
may
not
use
the
same
element
twice.
Code
public
int[]
twoSum(int[]
nums,
int
target)
{
Map
【文件预览】:
LeetCode-Experience-master
----README.md(9KB)
----2019-7(6KB)