|
1 | 1 | <div align="center"> |
2 | | - <a href="https://pypi.org/project/allalgorithms"><img src="https://cdn.abranhe.com/projects/algorithms/logo.svg" width="30%"></a> |
| 2 | + <a href="https://pypi.org/project/allalgorithms"><img src="https://cdn.abranhe.com/projects/algorithms/logo.svg" width="30%"> |
| 3 | + </a> |
3 | 4 | <br> |
4 | 5 | <br> |
5 | 6 | <br> |
6 | 7 | <br> |
7 | 8 | The All ▲lgorithms Python library |
8 | 9 | <br> |
9 | 10 | <br> |
10 | | -</p> |
11 | | - |
12 | | -[![All Algorithms Badge][1]][2] |
13 | | -[![Travis][travis-img]][travis-link] |
14 | | -[![License][license-img]][license-link] |
15 | | -[![pypi][pypi]][pypi-link] |
16 | | - |
17 | | - <br> |
18 | | - <br> |
19 | | - <br> |
20 | | - <br> |
| 11 | +</div> |
21 | 12 |
|
22 | | - [`python.allalgorithms.com`](https://python.allalgorithms.com) |
| 13 | +<p align="center"> |
| 14 | + <a href="https://travis-ci.org/abranhe/python-lib"><img src="https://img.shields.io/travis/abranhe/python-lib.svg?logo=travis" /></a> |
| 15 | + <a href="https://github.com/abranhe/python-lib/blob/master/license"><img src="https://img.shields.io/github/license/abranhe/python-lib.svg" /></a> |
| 16 | + <a href="https://github.com/allalgorithms"><img src="https://cdn.abranhe.com/projects/algorithms/badge.svg"/></a> |
| 17 | + <a href="https://pypi.org/project/allalgorithms"><img src="https://img.shields.io/pypi/v/allalgorithms.svg"/></a> |
| 18 | +</p> |
23 | 19 |
|
| 20 | +<div align="center"> |
| 21 | + <a src="https://python.allalgorithms.com"><code>python.allalgorithms.com</code></a> |
24 | 22 | </div> |
25 | 23 |
|
26 | 24 | # Why? |
|
30 | 28 | - Actively maintained |
31 | 29 | - Because All Algorithms should easy to use in Python |
32 | 30 |
|
| 31 | +Read the detailed documentation at [python.allalgorithms.com](https://python.allalgorithms.com) or see [Tree](#tree). |
| 32 | + |
33 | 33 | ## Install |
34 | 34 |
|
35 | 35 | ``` |
@@ -78,13 +78,6 @@ print(binary_search(arr, 3)) |
78 | 78 | [2]: https://github.com/abranhe/python-lib |
79 | 79 | [3]: https://avatars3.githubusercontent.com/u/21347264?s=50 |
80 | 80 | [4]: https://github.com/abranhe |
81 | | -[5]: https://github.com/abranhe/python-lib/blob/master/LICENSE |
82 | | -[travis-link]: https://travis-ci.org/abranhe/python-lib |
83 | | -[travis-img]: https://img.shields.io/travis/abranhe/python-lib.svg?logo=travis |
84 | | -[license-link]: https://github.com/abranhe/python-lib/blob/master/LICENSE |
85 | | -[license-img]: https://img.shields.io/github/license/abranhe/python-lib.svg |
86 | | -[pypi]: https://img.shields.io/pypi/v/allalgorithms.svg |
87 | | -[pypi-link]: https://pypi.org/project/allalgorithms |
88 | 81 | <!-------------------Markdown Images Links ----------------------------------> |
89 | 82 |
|
90 | 83 | <div align="center"> |
|
0 commit comments