mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
docs(challenges): improvements to Constraints LaTeX/KaTeX syntax
This commit is contained in:
@ -11,12 +11,12 @@ Write a function that takes a list of integers and sort them in ascending order.
|
||||
|
||||
## Input
|
||||
|
||||
- **Line 1:** An integer `n` for the length of the list of integers
|
||||
- **`n` next lines:** the numbers to sort
|
||||
- **Line 1:** An integer $n$ for the length of the list of integers
|
||||
- **$n$ next lines:** the numbers to sort
|
||||
|
||||
### Constraints
|
||||
|
||||
- List of integers length <= 25 000
|
||||
- $$n \leq 25 000$$
|
||||
|
||||
## Source
|
||||
|
||||
|
Reference in New Issue
Block a user