We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
三数之和和四数之和 太难辣
The text was updated successfully, but these errors were encountered:
@TomaChen513 @CarlChenXueYi 发现了,两种思路
third := xxx for second:=first+1;second<third;second++ { for second<third; 判断值是否不等 { third-- } if second == third { break // 这个很关键,不然会有问题 } // 判断值是否等 }
Sorry, something went wrong.
TomaChen513
No branches or pull requests
三数之和和四数之和 太难辣
The text was updated successfully, but these errors were encountered: