1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

feat(challenges): add offset-arrays

This commit is contained in:
Divlo
2021-06-29 19:26:47 +02:00
parent 9a700a0220
commit b9d99fb522
23 changed files with 167 additions and 1 deletions

View File

@@ -48,7 +48,11 @@ The name of the defibrillator located the closest to the users position.
### Constraints
0 < `N` < 10 000
- 0 < `N` < 10 000
## Source
- [CodinGame](https://www.codingame.com/ide/puzzle/defibrillators)
## Examples