aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGunnar Morling <gunnar.morling@googlemail.com>2024-01-04 15:24:43 +0100
committerGunnar Morling <gunnar.morling@googlemail.com>2024-01-04 15:24:43 +0100
commit5d8d91e0e8a0fad055432c112fb766fd311bc257 (patch)
treef82f233188f2fc5ab026588d5c6d7a8b02625258 /README.md
parentc74dc32b35d1b6b74a502748b003eb5b193ad105 (diff)
Clarifying maximum number of distinct station names
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e37cf44..19d2124 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,7 @@ If you want to use a build not available via these channels, reach out to discus
* Input value ranges are as follows:
* Station name: non null UTF-8 string of min length 1 character and max length 100 characters
* Temperature value: non null double between -99.9 (inclusive) and 99.9 (inclusive), always with one fractional digit
+* There is a maximum of 10,000 unique station names
* Implementations must not rely on specifics of a given data set, e.g. any valid station name as per the constraints above and any data distribution (number of measurements per station) must be supported
## Entering the Challenge