> For the complete documentation index, see [llms.txt](https://70825.gitbook.io/koala_basic_study_5th/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://70825.gitbook.io/koala_basic_study_5th/python_algorithm_study.md).

# Python\_Algorithm\_Study

한국항공대학교 알고리즘학회 KOALA 🐨 에서 진행하는 5기 파이썬 기초 알고리즘 스터디입니다.

스터디 진행자: 정다빈, 유완규

깃북 링크: <https://70825.gitbook.io/koala_python_algorithm_study/>

팀블로그: <https://kau-algorithm.tistory.com/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://70825.gitbook.io/koala_basic_study_5th/python_algorithm_study.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
