From 98824552cbee005c3e4099d2dddfc6f5e6dc11f3 Mon Sep 17 00:00:00 2001 From: Hostek <87613944+Hostek@users.noreply.github.com> Date: Mon, 3 Nov 2025 23:39:11 +0100 Subject: [PATCH] Add Codeforces practice problems to euler_path.md --- src/graph/euler_path.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/graph/euler_path.md b/src/graph/euler_path.md index a54906253..426ae771e 100644 --- a/src/graph/euler_path.md +++ b/src/graph/euler_path.md @@ -163,3 +163,5 @@ int main() { - [CSES : Mail Delivery](https://cses.fi/problemset/task/1691) - [CSES : Teleporters Path](https://cses.fi/problemset/task/1693) +- [Codeforces - Melody](https://codeforces.com/contest/2110/problem/E) +- [Codeforces - Tanya and Password](https://codeforces.com/contest/508/problem/D)