Update Eulerian_Tours.mdx

Add a problem (Codeforces 528C), and fix the name of another problem.
This commit is contained in:
SamZhang3 2020-06-27 21:52:10 -04:00 committed by GitHub
parent e0da85fb80
commit 9f2ecc5fa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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