Update Eulerian_Tours.mdx

Fix problem links.
This commit is contained in:
SamZhang3 2020-06-27 22:01:51 -04:00 committed by GitHub
parent d85ed56145
commit ba0287a821
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,8 +20,8 @@ export const metadata = {
],
general: [
new Problem("CSA", "Matching Substrings", "matching-substrings", "Normal", false, [], ""),
new Problem("CF", "Johnny and Megan's Necklace", "1361", "Normal", false, ["Euler Tour"], ""),
new Problem("CF", "Data Center Drama", "528", "Normal", false, ["Euler Tour"], ""),
new Problem("CF", "Johnny and Megan's Necklace", "contest/1361/problem/C", "Normal", false, ["Euler Tour"], ""),
new Problem("CF", "Data Center Drama", "contest/528/problem/C", "Normal", false, ["Euler Tour"], ""),
]
}
};