From 8ee7b32360d026a6a6ef40fd0e347f54f03cf5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondra=20Mi=C4=8Dka=20=40=20miles-teg?= <mitch.ondra@gmail.com> Date: Wed, 5 May 2021 15:29:14 +0200 Subject: [PATCH] find_duplicates: note about dummy python tests --- 09-find_duplicates/task.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/09-find_duplicates/task.md b/09-find_duplicates/task.md index 154ac2e..280855d 100644 --- a/09-find_duplicates/task.md +++ b/09-find_duplicates/task.md @@ -20,3 +20,6 @@ uniquely determined by some its substring or similar properties of the input will not be accepted. As usual, you should submit only the `find_duplicates.{h,py}` file. + +Note that due to the space constraints of the Python solutions, tests `10M` and `16M` are +not used and are always considered successful by ReCodEx. -- GitLab