mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-30 21:53:28 +08:00
website: launch website
This commit is contained in:
@ -3,6 +3,8 @@ id: sorting-searching
|
||||
title: Sorting and Searching
|
||||
---
|
||||
|
||||
## More questions
|
||||
|
||||
- Sorting search results on a page given a certain set of criteria.
|
||||
- Sort a list of numbers in which each number is at a distance `K` from its actual position.
|
||||
- Given an array of integers, sort the array so that all odd indexes are greater than the even indexes.
|
||||
|
Reference in New Issue
Block a user