Browse Source

Merge pull request #222 from 01-edu/fixBtreetransplant

readme btreetransplant from quest 12
content-update
augusto-mantilla 5 years ago committed by GitHub
parent
commit
02fc05fabf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      subjects/btreetransplant.en.md
  2. 2
      subjects/btreetransplant.fr.md

3
subjects/btreetransplant.en.md

@ -2,7 +2,8 @@
### Instructions
In order to move subtrees around within the binary search tree, write a function, `BTreeTransplant`, which replaces the subtree started by node with the node called `rplc` in the tree given by root.
In order to move subtrees around within the binary search tree, write a function, `BTreeTransplant`, which replaces the subtree started by `node` with the node called `rplc` in the tree given by `root`.
This function must have the following signature.

2
subjects/btreetransplant.fr.md

@ -2,7 +2,7 @@
### Instructions
In order to move subtrees around within the binary search tree, write a function, `BTreeTransplant`, which replaces the subtree started by node with the node called `rplc` in the tree given by root.
In order to move subtrees around within the binary search tree, write a function, `BTreeTransplant`, which replaces the subtree started by `node` with the node called `rplc` in the tree given by `root`.
This function must have the following signature.

Loading…
Cancel
Save