Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b98a3a7

Browse files
gampujakobkogler
authored andcommitted
Added practice problem from recent Contest (#422)
1 parent a7d421a commit b98a3a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/graph/bipartite-check.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ cout << (is_bipartite ? "YES" : "NO") << endl;
4646
### Practice problems:
4747
4848
- [SPOJ - BUGLIFE](http://www.spoj.com/problems/BUGLIFE/)
49+
- [Codeforces - Graph Without Long Directed Paths](https://codeforces.com/contest/1144/problem/F)

0 commit comments

Comments
 (0)