# Optimizing Revision

## Tracking your progress&#x20;

The best way to revise these questions is to take notes for each question. You can use software like Excel sheets to track basic details about each question or slightly more complex tools like Notion to track more details about the problems.

Regardless of what tool you are using, you should focus on jotting down the key intuition behind each question and the topics/ideas you used to arrive at the solution.

### My method

I use a Notion database to track every question, breaking down my understanding into the following components:

1. **Intuition:** how the optimal solution can be understood by the layman
2. **Optimizations/Notes:** additional notes/tricks to optimize the solution
3. **Alternatives:** alternative solutions; usually I refer to the solutions section of LeetCode
4. **Remarks:** any remarks to future you as you are referring back to this list

<figure><img src="/files/tX6YsYn5tWOxmYefZw0O" alt=""><figcaption></figcaption></figure>

## Revision strategy

When revising questions, you should prioritize the problems you wanted to redo or the ones that you tapped out first. Additionally, if the original solution was very intuitive for you, you can also try solving the problem using one of the alternatives to expand your repertoire of techniques.

Refer to the [FAQs](/getting-started/faqs.md) for more information about common questions I had when starting out.


---

# 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/getting-started/optimizing-revision.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.
