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

Commitc748a22

Browse files
authored
Merge pull request#1519 from aleksmish/patch-3
fix typo
2 parentsd4d57e9 +5b0f90a commitc748a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/geometry/intersecting_segments.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The naive solution algorithm is to iterate over all pairs of segments in $O(n^2)
1414
##Algorithm
1515

1616
Let's draw a vertical line $x = -\infty$ mentally and start moving this line to the right.
17-
In the course of its movement, this line will meet with segments, and at each time a segmentintersect with our line it intersects in exactly one point (we will assume that there are no vertical segments).
17+
In the course of its movement, this line will meet with segments, and at each time a segmentintersects with our line it intersects in exactly one point (we will assume that there are no vertical segments).
1818

1919
<divstyle="text-align:center;">
2020
<imgsrc="sweep_line_1.png"alt="sweep line and line segment intersection">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp