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

Commitd44f509

Browse files
authored
Merge branch 'main' into master
2 parentse3fe98e +c748a22 commitd44f509

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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">

‎src/graph/depth-first-search.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For more details check out the implementation.
4444
The required topological ordering will be the vertices sorted in descending order of exit time.
4545

4646

47-
* Check whether a given graph is acyclic and find cycles in a graph. (As mentionedabove by counting back edges in every connected components).
47+
* Check whether a given graph is acyclic and find cycles in a graph. (As mentionedbelow by counting back edges in every connected components).
4848

4949
* Find strongly connected components in a directed graph:
5050

‎src/overrides/partials/content.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h1>{{ page.title | d(config.site_name, true)}}</h1>
8888
<spanclass="contributors-text">Contributors:</span>
8989
<ulclass="contributors"data-bi-name="contributors">
9090
{%- for user in contribs -%}
91-
<li><ahref="{{ user.url }}"title="{{ user.name }}"data-bi-name="contributorprofile"target="_blank">{{ user.name }}</a> ({{user.contribution}}%)</li>
91+
<li><ahref="{{ user.url }}"title="{{ user.name }}"data-bi-name="contributorprofile"target="_blank">{{ user.name }}</a> ({{user.contribution|round(2)}}%)</li>
9292
{%- endfor -%}
9393
</ul>
9494
</ul>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp