Browse Source

Merge pull request #226 from 01-edu/fixBtreedeletenode

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

4
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

4
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

Loading…
Cancel
Save