We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762f2d4 commit 26bf56dCopy full SHA for 26bf56d
Contests/AtCoder Beginner Contest 097/Explanations/Equals Explanation.txt
@@ -1,6 +1,6 @@
1
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.
+
+Draw an edge in between every pair of points given.
4
5
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.
6
0 commit comments