Browse Source

Add a link for the binary trees definition

pull/826/head
Augusto 3 years ago
parent
commit
28840611b2
  1. 2
      subjects/btreeisbinary/README.md

2
subjects/btreeisbinary/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function, `BTreeIsBinary`, that returns `true` only if the tree given by `root` follows the binary search tree properties.
Write a function, `BTreeIsBinary`, that returns `true` only if the tree given by `root` follows the binary search tree [properties](https://en.wikipedia.org/wiki/Binary_search_tree#Definition).
### Expected function

Loading…
Cancel
Save