# LeetCode!

Since early 2017 I have been doing [leetcode](https://leetcode.com/arora-aditya/) problems in my free time, whenever and wherever.

Not only does this ensure that my algorithmic knowledge is in tip top shape it also makes sure that my brain keeps exercising. (It is a muscle ya'll)

I've done quite a lot of these problems here, but am trying to catch up on writing out my approaches one by one. It'll take some time but I hope to get it done soon!

If you want to see my solutions in their raw formats head to my [github repo](https://github.com/arora-aditya/competitive-programming/tree/master/leetcode)


---

# 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://programming.arora-aditya.com/leetcode/master.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.
