# String

- [6. ZigZag Conversion](https://programming.arora-aditya.com/leetcode/string/6.-zigzag-conversion.md)
- [17. Letter Combinations of a Phone Number](https://programming.arora-aditya.com/leetcode/string/17.-letter-combinations-of-a-phone-number.md)
- [38. Count and Say](https://programming.arora-aditya.com/leetcode/string/38.-count-and-say.md)
- [521. Longest Uncommon Subsequence I](https://programming.arora-aditya.com/leetcode/string/521.-longest-uncommon-subsequence-i.md)
- [544. Output Contest Matches](https://programming.arora-aditya.com/leetcode/string/544.-output-contest-matches.md)
- [937. Reorder Data in Log Files](https://programming.arora-aditya.com/leetcode/string/937.-reorder-data-in-log-files.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/string.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.
