contents: audit algorithms formatting

This commit is contained in:
Yangshun
2021-05-29 17:37:38 +08:00
parent 22d2887ad4
commit 11ad8c6f7c
3 changed files with 11 additions and 3 deletions

View File

@ -3,6 +3,10 @@ id: sorting-searching
title: Sorting and Searching
---
## Tips
When a given sequence is in a sorted order (be it ascending or descending), using binary search should be one of the first things that come to your mind.
## Sample questions
- Sorting search results on a page given a certain set of criteria.