# Page Not Found

The URL `1.bubbleSort.html` does not exist.

You might be looking for one of these pages:
- [冒泡排序](https://sort.hust.cc/1.bubblesort.md)
- [桶排序](https://sort.hust.cc/9.bucketsort.md)
- [希尔排序](https://sort.hust.cc/4.shellsort.md)
- [归并排序](https://sort.hust.cc/5.mergesort.md)
- [快速排序](https://sort.hust.cc/6.quicksort.md)

## How to find the correct page

1. **Browse the full index**: [/sitemap.md](https://sort.hust.cc/sitemap.md) - Complete documentation index
2. **View the full content**: [/llms-full.txt](https://sort.hust.cc/llms-full.txt) - Full content export

## Tips for requesting documentation

- For markdown responses, append `.md` to URLs (e.g., `/1.bubblesort.md`)
- Use `Accept: text/markdown` header for content negotiation