Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaf70a98

Browse files
refactor 1232
1 parent118c080 commitaf70a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/main/java/com/fishercoder/solutions/_1232.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class _1232 {
44
publicstaticclassSolution1 {
55
/**
66
* To check if they share the same slope, we use this formula:
7-
*
7+
* <p>
88
* check whether (y4 - y3)/(x4- x3) equals to (y2 - y1)/(x2 - x1)
99
* considering denominator could be zero, we'll change it to use multiplication instead of division,
1010
* thus it becomes

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp