Skip to content

Commit 5af9332

Browse files
committed
Add AtCoder/ABC157D to challenges
1 parent 9cd9141 commit 5af9332

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

lib/cpalgo/ds/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ a.k.a Union Find Tree
66

77
### Challenges
88
- [道路の老朽化対策について - AtCoder ABC040D](https://atcoder.jp/contests/abc040/tasks/abc040_d)
9+
- [D - Friend Suggestions](https://atcoder.jp/contests/abc157/tasks/abc157_d)
910

1011
## Binary Indexed Tree
1112

lib/cpalgo/graph/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@ We can find all articulation points of a given graph in `O(V + E)`.
2929
- [AtCoder | E - League](https://atcoder.jp/contests/abc139/tasks/abc139_e)
3030

3131

32-
## Strongly Connected Components
32+
## Connected Components (Undirected Graph)
33+
🚧
34+
35+
### Challenges
36+
- [D - Friend Suggestions](https://atcoder.jp/contests/abc157/tasks/abc157_d)
37+
38+
39+
## Strongly Connected Components (Directed Graph)
3340
🚧
3441

3542

0 commit comments

Comments
 (0)