> For the complete documentation index, see [llms.txt](https://tobigs.gitbook.io/tobigs-graph-study/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tobigs.gitbook.io/tobigs-graph-study/chapter1.-1/python-code-graph-basic.md).

# Python code - graph basic

## Connected Component

{% embed url="<https://www.acmicpc.net/problem/11724>" %}

## Strongly Connected Component

* 코사라주 알고리즘.
* 타잔 알고리즘.

{% embed url="<https://jason9319.tistory.com/98>" %}
