Skip to content

Commit ee4fc8b

Browse files
committed
Update README file.
1 parent 8c0e47f commit ee4fc8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Latest Stable Version](https://poser.pugx.org/drupol/phptree/v/stable)](https://packagist.org/packages/drupol/phptree)
22
[![Total Downloads](https://poser.pugx.org/drupol/phptree/downloads)](https://packagist.org/packages/drupol/phptree)
3+
[![GitHub stars](https://img.shields.io/github/stars/drupol/phptree.svg?style=flat-square)](https://packagist.org/packages/drupol/phptree)
34
[![Build Status](https://travis-ci.org/drupol/phptree.svg?branch=master)](https://travis-ci.org/drupol/phptree)
45
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/drupol/phptree/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/drupol/phptree/?branch=master)
56
[![Code Coverage](https://scrutinizer-ci.com/g/drupol/phptree/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/drupol/phptree/?branch=master)
@@ -19,7 +20,7 @@ A PHP implementation of tree data structure.
1920
* **KeyValue node**: extends the Value node and allows you to attach a key and a value to the node.
2021
* **Trie node**: extends the KeyValue node, a simple [Trie tree](https://en.wikipedia.org/wiki/Trie).
2122

22-
[4 trees traversals algorithm](https://en.wikipedia.org/wiki/Tree_traversal):
23+
[4 trees traversal algorithms](https://en.wikipedia.org/wiki/Tree_traversal):
2324
* In order
2425
* Post order
2526
* Pre order

0 commit comments

Comments
 (0)