Revision history of "Bipartite Graph"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 12:24, 22 March 2018Ultmaster talk contribs 1,400 bytes +1,400 Created page with "== Matching == <syntaxhighlight lang='cpp'> #include <bits/stdc++.h> using namespace std; const int N = 1e4 + 10; vector<int> g[N]; int from[N], tot, use[N]; int color[N]; v..."