1
1
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:
2023-08-27 15:09:31 +02:00
parent a081ec8faf
commit 142dc9d1dd
4 changed files with 7 additions and 7 deletions

View File

@ -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