mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-07-01 21:01:20 +08:00
fix(curriculum): update the answer to the binary search question (#64496)
This commit is contained in:
parent
bc3904a48f
commit
287ef356b8
@ -201,7 +201,7 @@ The list must contain only unique values.
|
||||
|
||||
---
|
||||
|
||||
The list must be sorted in descending order.
|
||||
The list must have an even number of elements.
|
||||
|
||||
---
|
||||
|
||||
@ -209,7 +209,7 @@ The list must contain no negative numbers.
|
||||
|
||||
#### --answer--
|
||||
|
||||
The list must be sorted in ascending order.
|
||||
The list must be sorted.
|
||||
|
||||
### --question--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user