# Algorithm

- [개념 정리](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined.md)
- [두 점 사이의 최소 거리](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined/undefined.md)
- [KMP 알고리즘](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined/kmp.md)
- [위상 정렬, 사이클 검출](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined/undefined-1.md)
- [다익스트라](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined/undefined-2.md)
- [플로이드 와샬 알고리즘](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined/undefined-3.md)
- [배낭 문제](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined/undefined-4.md)
- [LCS (Longest Common Sequence) 알고리즘](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined/lcs-longest-common-sequence.md)
- [그래프, DFS, BFS](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined/dfs-bfs.md)
- [트리 구조](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined/undefined-5.md)
- [해시법](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined/undefined-6.md)
- [정렬 알고리즘 정리](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined/undefined-7.md)
- [정렬 알고리즘 선택 기준](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined/undefined-8.md)
- [버블 정렬 알고리즘](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined/undefined-9.md)
- [소수 판별 알고리즘](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined/undefined-10.md)
- [문제 풀이](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1.md)
- [11585 속타는 저녁 메뉴](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/11585.md)
- [2749 피보나치 수 3](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/2749-3.md)
- [2293 미네랄](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/2293.md)
- [3197 백조의 호수](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/3197.md)
- [Implement Queue using Stacks](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/implement-queue-using-stacks.md): 2024.10.09  |  Python
- [1406 에디터](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/1406.md): 2024.10.08  |  Python
- [21653 Скобки](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/21653-skobki.md): 2024.09.24  |  Python
- [1948 임계경로](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/1948.md): 2024.09.19  |  Python
- [1005 ACM Craft](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/1005-acm-craft.md): 2024.09.18  |  Python
- [17940 지하철](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/17940.md): 2024.09.20  |  Python
- [7569 토마토](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/7569.md): 2024.09.02  |  Python
- [3055 탈출](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/3055.md): 2024.08.30  |  Python
- [3190 뱀](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/3190.md): 2024.08.20  |  Python
- [17298 오큰수](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/17298.md): 2024.08.15  |  Python
- [2504 괄호의 값](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/2504.md): 2024.08.14  |  Python
- [1388 바닥 장식](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/1388.md): 2024.07.18  |  Python
- [18352 특정 거리의 도시 찾기](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/18352.md): 2024.07.17  |  Python
- [1260 DFS와 BFS](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/1260-dfs-bfs.md): 2024.07.15  |  Python
- [1197 최소 스패닝 트리](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/1197.md): 2024.07.13  |  Python
- [1629 곱셈](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-1/1629.md): 2024.07.09  |  Python
- [테스트 별 정리](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-2.md)
- [(25.07.12) AtCoder Beginner Contest 414](https://lazyartisan.gitbook.io/note/main-page/algorithm/undefined-2/25.07.12-atcoder-beginner-contest-414.md): https://atcoder.jp/contests/abc414/tasks


---

# 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://lazyartisan.gitbook.io/note/main-page/algorithm.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.
