From 3ceeeafa9658b0d920c0ca20cf2dbc7c2568ae85 Mon Sep 17 00:00:00 2001 From: Petr Chmel <petr@chmel.net> Date: Sun, 2 Mar 2025 22:14:08 +0100 Subject: [PATCH] Splay operation currently does not have additional tests --- 02-splay_operation/task.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/02-splay_operation/task.md b/02-splay_operation/task.md index 665342c..18d722a 100644 --- a/02-splay_operation/task.md +++ b/02-splay_operation/task.md @@ -10,8 +10,3 @@ You should submit the `splay_operation.*` file (but not the `splay_operation_test.*`). Source code templates can be found in [the git repository](https://gitlab.kam.mff.cuni.cz/datovky/assignments/-/tree/master). - -Files splay_operation_more_tests.{cpp,py} contain additional tests -for bugs discovered in students' solutions during this semester. -They are not included on recodex, but your program should pass them -in few seconds. -- GitLab