From 4b623912023181def58c4797836c8475380cab71 Mon Sep 17 00:00:00 2001 From: Hostek <87613944+Hostek@users.noreply.github.com> Date: Thu, 6 Nov 2025 00:30:14 +0100 Subject: [PATCH 1/2] Add link for Colorful Village problem (2 SAT) --- src/graph/2SAT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graph/2SAT.md b/src/graph/2SAT.md index 81c56c37d..47234f34b 100644 --- a/src/graph/2SAT.md +++ b/src/graph/2SAT.md @@ -190,3 +190,4 @@ struct TwoSatSolver { * [Codeforces : Radio Stations](https://codeforces.com/problemset/problem/1215/F) * [CSES : Giant Pizza](https://cses.fi/problemset/task/1684) * [Codeforces: +-1](https://codeforces.com/contest/1971/problem/H) + * [Gym: (C) Colorful Village](https://codeforces.com/gym/104772/problem/C) From 111c3ff57f1ad5b5a37027d794a44bfcebf13f44 Mon Sep 17 00:00:00 2001 From: Hostek <87613944+Hostek@users.noreply.github.com> Date: Thu, 6 Nov 2025 13:07:11 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Add=20problem=20Renovation=20from=20szkopu?= =?UTF-8?q?=C5=82=20(2=20SAT)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/graph/2SAT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graph/2SAT.md b/src/graph/2SAT.md index 47234f34b..0dcf8e07a 100644 --- a/src/graph/2SAT.md +++ b/src/graph/2SAT.md @@ -191,3 +191,4 @@ struct TwoSatSolver { * [CSES : Giant Pizza](https://cses.fi/problemset/task/1684) * [Codeforces: +-1](https://codeforces.com/contest/1971/problem/H) * [Gym: (C) Colorful Village](https://codeforces.com/gym/104772/problem/C) + * [POI: Renovation](https://szkopul.edu.pl/problemset/problem/xNjwUvwdHQoQTFBrmyG8vD1O/site/?key=statement)