# 代码篇

## LeetCode

## 面试中遇到的具体编码问题

* [多线程(使用线程池)按顺序打印 0-100;(至少3个线程交替按顺序打印)](/javainterview/codeinterview/order-print-num.md)&#x20;
* [爬楼梯问题](/javainterview/codeinterview/dynamic-programming.md#L11)

## 算法相关

* [动态规划](/javainterview/codeinterview/dynamic-programming.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://tommyyang.gitbook.io/javainterview/codeinterview.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.
