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

@ -24,7 +24,7 @@ You are given a list of `n` array definitions and your job is to figure out what
### Constraints
- $$1 <= n <= 100$$
- $$1 \leq n \leq 100$$
- Array names consist only of uppercase letters A to Z.
- Array lengths are between 1 and 100 (no empty arrays).
- Indexing operations have at most 50 levels of nesting.