# 문제풀이

- [01. 유효한 팰린드롬(leetcode: 125)](https://simian114.gitbook.io/blog/undefined/undefined-1/01.-leetcode-125.md)
- [02. 문자열 뒤집기(leetcode: 344)](https://simian114.gitbook.io/blog/undefined/undefined-1/02.-leetcode-344.md)
- [03. 로그파일 재정렬(leetcode 937)](https://simian114.gitbook.io/blog/undefined/undefined-1/03.-leetcode-937.md)
- [04. 가장 흔한 단어(leetcode: 819)](https://simian114.gitbook.io/blog/undefined/undefined-1/04.-leetcode-819.md)
- [05. 그룹 애너그램(leetcode: 49)](https://simian114.gitbook.io/blog/undefined/undefined-1/05.-leetcode-49.md)
- [06. 가장 긴 팰린드롬 문자열(leetcode: 5)](https://simian114.gitbook.io/blog/undefined/undefined-1/06.-leetcode-5.md)
- [07. 두 수의 합(leetcode: 1)](https://simian114.gitbook.io/blog/undefined/undefined-1/07.-leetcode-1.md)
- [08. 빗물 트래핑](https://simian114.gitbook.io/blog/undefined/undefined-1/08..md)
- [09. 세 수의 합(leetcode: 15)](https://simian114.gitbook.io/blog/undefined/undefined-1/09.-leetcode-15.md)


---

# Agent Instructions: 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:

```
GET https://simian114.gitbook.io/blog/undefined/undefined-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
