> For the complete documentation index, see [llms.txt](https://algo.younglimit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://algo.younglimit.com/others.md).

# Others

- [Bit Operation](https://algo.younglimit.com/others/bit-operation.md)
- [Bit Basic Operation](https://algo.younglimit.com/others/bit-operation/bit-basic-operation.md)
- [Question 1 determine wheter a number x is a power of 2](https://algo.younglimit.com/others/bit-operation/question-1-determine-wheter-a-number-x-is-a-power-of-2.md)
- [Question 2 Determine the number of bits that are different between two integers](https://algo.younglimit.com/others/bit-operation/question-2-determine-the-number-of-bits-that-are-different-between-two-integers.md)
- [Question3 What happens if we assign a negative number to an unsigned integer](https://algo.younglimit.com/others/bit-operation/question3-what-happens-if-we-assign-a-negative-number-to-an-unsigned-integer.md)
- [Question4 determine wheter a string contain unique characters](https://algo.younglimit.com/others/bit-operation/question4-determine-wheter-a-string-contain-unique-characters.md)
- [Question 5 How to reverse all bits of a number?](https://algo.younglimit.com/others/bit-operation/question-5-how-to-reverse-all-bits-of-a-number.md)
- [Question 6 Decimal to Hexadecimal](https://algo.younglimit.com/others/bit-operation/question-6-decimal-to-hexadecimal.md)
- [Binary Search Practice](https://algo.younglimit.com/others/binary-search-practice.md)
- [Question 1 Classical Binary Search](https://algo.younglimit.com/others/binary-search-practice/question-1-classical-binary-search.md)
- [Question 2 Search in Sorted Matrix](https://algo.younglimit.com/others/binary-search-practice/question-2-search-in-sorted-matrix.md)
- [Question 3 First Occurrence](https://algo.younglimit.com/others/binary-search-practice/question-3-first-occurrence.md)
- [Question 4 Last Occurrence](https://algo.younglimit.com/others/binary-search-practice/question-4-last-occurrence.md)
- [Question 5 Closest Element to target](https://algo.younglimit.com/others/binary-search-practice/question-5-closest-element-to-target.md)
- [Question 6 K Closest Element to Target](https://algo.younglimit.com/others/binary-search-practice/question-6-k-closest-element-to-target.md)
- [Question 7 Smallest Element Larger than Target](https://algo.younglimit.com/others/binary-search-practice/question-7-smallest-element-larger-than-target.md)
- [Question 8 Search in Bitonic Array](https://algo.younglimit.com/others/binary-search-practice/question-8-search-in-bitonic-array.md)
- [Question 9 Search Unknown Value](https://algo.younglimit.com/others/binary-search-practice/question-9-search-unknown-value.md)
- [Random](https://algo.younglimit.com/others/random.md)
- [Class Random](https://algo.younglimit.com/others/random/class-random.md): Random
- [Reservoir Sampling](https://algo.younglimit.com/others/random/reservoir-sampling.md)
- [Shuffle Algorithm](https://algo.younglimit.com/others/random/shuffle-algorithm.md)
- [Extra Practice](https://algo.younglimit.com/others/random/extra-practice.md)
- [MonoStack](https://algo.younglimit.com/others/monostack.md)
- [Intro](https://algo.younglimit.com/others/monostack/intro.md): Intro
- [Question 0 Daily Temperature母体](https://algo.younglimit.com/others/monostack/question-0-daily-temperature-mu-ti.md): https://leetcode.com/problems/daily-temperatures/solutions/
- [Question 1 Next Greater Element I](https://algo.younglimit.com/others/monostack/question-1-next-greater-element-i.md)
- [Question 2 Next Greater Element II](https://algo.younglimit.com/others/monostack/question-2-next-greater-element-ii.md)
- [Question 3 Next Greater Element III](https://algo.younglimit.com/others/monostack/question-3-next-greater-element-iii.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://algo.younglimit.com/others.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.
