This commit is contained in:
Augusto 2021-06-08 14:06:08 +01:00
parent 28840611b2
commit bd67fd2b5f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Write a function, `BTreeApplyByLevel`, that applies the function given by `fn` to each node of the tree given by `root`.
Write a function, `BTreeApplyByLevel`, that applies the function given by `f`, to each node of the tree given by `root`.
### Expected function