Skip to content

Commit

Permalink
Add a practice problem for graph/finding-cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamalina authored Jun 10, 2024
1 parent d5e3d79 commit 9753e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graph/finding-cycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,6 @@ void find_cycle() {
```
### Practice problems:

- [AtCoder : Reachability in Functional Graph](https://atcoder.jp/contests/abc357/tasks/abc357_e)
- [CSES : Round Trip](https://cses.fi/problemset/task/1669)
- [CSES : Round Trip II](https://cses.fi/problemset/task/1678/)

0 comments on commit 9753e49

Please sign in to comment.