Skip to content

Commit 26bf56d

Browse files
Update Equals Explanation.txt
1 parent 762f2d4 commit 26bf56d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Contests/AtCoder Beginner Contest 097/Explanations/Equals Explanation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Blog Link - https://www.quora.com/What-is-the-solution-to-Equals-ABC097_D-on-AtCoder/answer/Saikat-Ghosh-183
2-
Draw an edge in between every pair o
3-
f points given.
2+
3+
Draw an edge in between every pair of points given.
44

55
An element p[i] can be put in it's correct place if i and p[i] belong to the same connected component of the graph.
66

0 commit comments

Comments
 (0)