From 1776c42960c9de5f248b7a407c49f93102e7b9da Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Thu, 21 Feb 2019 14:19:17 +0100 Subject: [PATCH] Successor: Expected file name works with Python, too :) --- 01-tree_successor/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-tree_successor/task.md b/01-tree_successor/task.md index 4b11338..79e8b78 100644 --- a/01-tree_successor/task.md +++ b/01-tree_successor/task.md @@ -7,4 +7,4 @@ and it should return another node of the tree with the next higher key - The given node can also be a null pointer, in which case the method should return the smallest node in the tree. -You should submit the file `tree_successor.h`. +You should submit the file `tree_successor.*`. -- GitLab