Skip to content
Snippets Groups Projects
Commit 216863d6 authored by Martin Mareš's avatar Martin Mareš
Browse files

Successor: Updated task description to explain what should be submitted

parent e52f1b4b
No related branches found
No related tags found
No related merge requests found
...@@ -6,3 +6,5 @@ and it should return another node of the tree with the next higher key ...@@ -6,3 +6,5 @@ and it should return another node of the tree with the next higher key
- If there is no such node, it should return a null pointer. - If there is no such node, it should return a null pointer.
- The given node can also be a null pointer, in which case the method should - The given node can also be a null pointer, in which case the method should
return the smallest node in the tree. return the smallest node in the tree.
You should submit the file `tree_successor.h`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment