Browse Source

fix readme messing title

content-update
lee 5 years ago
parent
commit
f17a32240c
  1. 2
      subjects/btreeapplyinorder.en.md
  2. 2
      subjects/btreeapplypostorder.en.md
  3. 2
      subjects/btreeapplypreorder.en.md
  4. 2
      subjects/btreeisbinary.en.md
  5. 2
      subjects/btreelevelcount.en.md
  6. 2
      subjects/btreesearchitem.en.md

2
subjects/btreeapplyinorder.en.md

@ -1,4 +1,4 @@
## btreeinsertdata
## btreeapplyinorder
### Instructions

2
subjects/btreeapplypostorder.en.md

@ -1,4 +1,4 @@
## btreeinsertdata
## btreeapplypostorder
### Instructions

2
subjects/btreeapplypreorder.en.md

@ -1,4 +1,4 @@
## btreeinsertdata
## btreeapplypreorder
### Instructions

2
subjects/btreeisbinary.en.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.
This function must have the following signature.

2
subjects/btreelevelcount.en.md

@ -2,7 +2,7 @@
### Instructions
Write a function, BTreeLevelCount, that return the number of levels of the tree (height of the tree)
Write a function, `BTreeLevelCount`, that return the number of levels of the tree (height of the tree)
### Expected function

2
subjects/btreesearchitem.en.md

@ -1,4 +1,4 @@
## btreeinsertdata
## btreesearchitem
### Instructions

Loading…
Cancel
Save