Update README.md

This commit is contained in:
Víctor Martínez 2020-12-07 02:48:07 +01:00 committed by GitHub
parent 6c3f37fae7
commit 8710dff3aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ A doubly linked list implemented with Rust, it use [Reference counters](https://
## Sorted Binary Tree
A simple binary Tree which stores its elements in an ordered way.
It has implemented the 3 most common traversals for binary trees: Inorder, postorder and preorder.
It implements the 3 most common traversals for binary trees: Inorder, postorder and preorder.
![binary tree](assets/binary-tree.png)