# Problems Guide

- [Dynamic Programming Roadmap](https://interviews.woojiahao.com/problems-guide/dynamic-programming-roadmap.md): Going through the problems found in the dynamic programming roadmap
- [Warmup](https://interviews.woojiahao.com/problems-guide/dynamic-programming-roadmap/warmup.md)
- [Climbing Stairs](https://interviews.woojiahao.com/problems-guide/dynamic-programming-roadmap/warmup/climbing-stairs.md)
- [Nth Tribonacci Number](https://interviews.woojiahao.com/problems-guide/dynamic-programming-roadmap/warmup/nth-tribonacci-number.md)
- [Perfect Squares](https://interviews.woojiahao.com/problems-guide/dynamic-programming-roadmap/warmup/perfect-squares.md)
- [Linear Sequence](https://interviews.woojiahao.com/problems-guide/dynamic-programming-roadmap/linear-sequence.md)
- [Min Cost to Climb Stairs](https://interviews.woojiahao.com/problems-guide/dynamic-programming-roadmap/linear-sequence/min-cost-to-climb-stairs.md)
- [Minimum Time to Make Rope Colorful](https://interviews.woojiahao.com/problems-guide/dynamic-programming-roadmap/linear-sequence/minimum-time-to-make-rope-colorful.md)
- [House Robber](https://interviews.woojiahao.com/problems-guide/dynamic-programming-roadmap/linear-sequence/house-robber.md)
- [Decode Ways](https://interviews.woojiahao.com/problems-guide/dynamic-programming-roadmap/linear-sequence/decode-ways.md)
- [Minimum Cost for Tickets](https://interviews.woojiahao.com/problems-guide/dynamic-programming-roadmap/linear-sequence/minimum-cost-for-tickets.md)
- [Solving Questions with Brainpower](https://interviews.woojiahao.com/problems-guide/dynamic-programming-roadmap/linear-sequence/solving-questions-with-brainpower.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://interviews.woojiahao.com/problems-guide.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.
