summaryrefslogtreecommitdiff
path: root/src/03/06/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/03/06/README.md')
-rw-r--r--src/03/06/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/03/06/README.md b/src/03/06/README.md
new file mode 100644
index 0000000..123d921
--- /dev/null
+++ b/src/03/06/README.md
@@ -0,0 +1,3 @@
+Why does the method `remove(x)` in the `RedBlackTree` implementation
+perform the assignment `u:parent = w:parent?`
+Shouldn’t this already be done by the call to `splice(w)`?