# Array

- [11. Container With Most Water](https://programming.arora-aditya.com/leetcode/array/11.-container-with-most-water.md)
- [15. 3Sum](https://programming.arora-aditya.com/leetcode/array/15.-3sum.md): https://leetcode.com/problems/3sum/
- [219. Contains Duplicate II](https://programming.arora-aditya.com/leetcode/array/219.-contains-duplicate-ii.md)
- [238. Product of Array Except Self](https://programming.arora-aditya.com/leetcode/array/238.-product-of-array-except-self.md)
- [245. Shortest Word Distance III](https://programming.arora-aditya.com/leetcode/array/245.-shortest-word-distance-iii.md)
- [392. Is Subsequence](https://programming.arora-aditya.com/leetcode/array/392.-is-subsequence.md)
- [442. Find All Duplicates in an Array](https://programming.arora-aditya.com/leetcode/array/442.-find-all-duplicates-in-an-array.md)
- [561. Array Partition I](https://programming.arora-aditya.com/leetcode/array/561.-array-partition-i.md)
- [661. Image Smoother](https://programming.arora-aditya.com/leetcode/array/661.-image-smoother.md)
- [697. Degree of an Array](https://programming.arora-aditya.com/leetcode/array/697.-degree-of-an-array.md)
- [723. Candy Crush](https://programming.arora-aditya.com/leetcode/array/723.-candy-crush.md)
- [832. Flipping an Image](https://programming.arora-aditya.com/leetcode/array/832.-flipping-an-image.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://programming.arora-aditya.com/leetcode/array.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.
