Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
navidre authored Apr 2, 2024
1 parent 00f25cf commit c95bc7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -712,10 +712,8 @@ Binary trees are a foundational concept in computer science, used to model hiera
- **Balanced Binary Tree**: The height of the two subtrees of any node differ by no more than one.
- **Binary Search Tree (BST)**: A special kind of binary tree where the left child node is less than the parent node, and the right child node is greater than the parent node.

<figure>
<img src="./images/binary_trees_with_labels.png" alt="Different Types of Binary Trees">
<figcaption>Illustration of Different Types of Binary Trees.</figcaption>
</figure>
![Different Types of Binary Trees](./images/binary_trees_with_labels.png)
*<small>Illustration of Different Types of Binary Trees.</small>*

Remembering the distinctions between different types of binary trees can indeed be tricky. Here are some mnemonic devices and logical connections that might help you distinguish between the various types of binary trees:

Expand Down

0 comments on commit c95bc7a

Please sign in to comment.