Skip to content

Commit ca045b9

Browse files
authored
Update 2SAT.md
Added Codeforces 2SAT question
1 parent 7e4b0db commit ca045b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/graph/2SAT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,4 @@ void add_disjunction(int a, bool na, int b, bool nb) {
168168
* [UVA: Rectangles](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3081)
169169
* [Codeforces : Radio Stations](https://codeforces.com/problemset/problem/1215/F)
170170
* [CSES : Giant Pizza](https://cses.fi/problemset/task/1684)
171+
* [Codeforces: +-1](https://codeforces.com/contest/1971/problem/H)

0 commit comments

Comments
 (0)