diff --git a/subjects/btreedeletenode.en.md b/subjects/btreedeletenode.en.md index a2154fd7..d308f08b 100644 --- a/subjects/btreedeletenode.en.md +++ b/subjects/btreedeletenode.en.md @@ -2,12 +2,10 @@ ### Instructions -Write a function, `BTreeDeleteNode`, that deletes a `node` from the tree given by root. +Write a function, `BTreeDeleteNode`, that deletes `node` from the tree given by root. The resulting tree should still follow the binary search tree rules. -This function must have the following signature. - ### Expected function ```go diff --git a/subjects/btreedeletenode.fr.md b/subjects/btreedeletenode.fr.md index a2154fd7..d308f08b 100644 --- a/subjects/btreedeletenode.fr.md +++ b/subjects/btreedeletenode.fr.md @@ -2,12 +2,10 @@ ### Instructions -Write a function, `BTreeDeleteNode`, that deletes a `node` from the tree given by root. +Write a function, `BTreeDeleteNode`, that deletes `node` from the tree given by root. The resulting tree should still follow the binary search tree rules. -This function must have the following signature. - ### Expected function ```go