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:
No branches or pull requests
腾讯面试题,当时紧张没想到什么思路,后来一想思路比较简单:计算另外一点到线段两点的距离之和是否等于线段的长度,如果等于说明该点在这条线段上,否则不在。
The text was updated successfully, but these errors were encountered: