Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit670e2a3

Browse files
authored
readme on docs
1 parentea8154b commit670e2a3

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

‎docs/readme.md‎

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
</div>
1212

1313
<palign="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>
14+
<a href="https://travis-ci.org/abranhe/allalgorithms-python"><img src="https://img.shields.io/travis/abranhe/allalgorithms-python.svg?logo=travis" /></a>
15+
<a href="https://github.com/abranhe/allalgorithms-python/blob/master/license"><img src="https://img.shields.io/github/license/abranhe/allalgorithms-python.svg" /></a>
1616
<a href="https://github.com/allalgorithms"><img src="https://cdn.abranhe.com/projects/algorithms/badge.svg"/></a>
1717
<a href="https://pypi.org/project/allalgorithms"><img src="https://img.shields.io/pypi/v/allalgorithms.svg"/></a>
18-
<a href='https://coveralls.io/github/abranhe/python-lib?branch=master'><img src='https://coveralls.io/repos/github/abranhe/python-lib/badge.svg?branch=master' alt='Coverage Status' /></a>
18+
<a href='https://coveralls.io/github/abranhe/allalgorithms-python?branch=master'><img src='https://coveralls.io/repos/github/abranhe/allalgorithms-python/badge.svg?branch=master' alt='Coverage Status' /></a>
1919
</p>
2020

2121
<palign="center">
@@ -29,11 +29,11 @@
2929
- Why not 😂
3030
- Clean and focused
3131
- Actively maintained
32-
- Because All Algorithms should easy to use in Python
32+
- Because All Algorithms shouldbeeasy to use in Python
3333

34-
Read the detailed documentation at[python.allalgorithms.com](https://python.allalgorithms.com) or see[Tree](#tree).
34+
Read the detailed documentation at[python.allalgorithms.com](https://python.allalgorithms.com) or see the[`docs`](https://github.com/abranhe/allalgorithms-python/blob/master/docs) directory on Github. See[Tree](#tree).
3535

36-
**Want to contribute?**[GET STARTED HERE](https://github.com/abranhe/python-lib/tree/master/.github/contributing.md)
36+
**Want to contribute?**[GET STARTED HERE](https://github.com/abranhe/allalgorithms-python/tree/master/.github/contributing.md)
3737

3838
##Install
3939

@@ -58,22 +58,24 @@ print(binary_search(arr, 3))
5858
#Tree
5959

6060
-###Searches
61-
-[Binary Search](searches/binary-search)
62-
-[Fibonacci Search](searches/fibonacci-search)
63-
-[Jump Search](searches/jump-search)
61+
-[Binary Search](https://python.allalgorithms.com/searches/binary-search)
62+
-[Fibonacci Search](https://python.allalgorithms.com/searches/fibonacci-search)
63+
-[Jump Search](https://python.allalgorithms.com/searches/jump-search)
64+
6465
-###Sorting
65-
-[Bubble Sort](sorting/bubble-sort)
66-
-[Cocktail Shaker Sort](sorting/cocktail-shaker-sort)
67-
-[Insertion Sort](sorting/insertion-sort)
68-
-[Merge Sort](sorting/merge-sort)
69-
-[Pigeonhole Sort](sorting/pigeonhole-sort)
70-
-[Selection Sort](sorting/selection-sort)
71-
-[Stooge Sort](sorting/stooge-sort)
72-
66+
-[Bubble Sort](https://python.allalgorithms.com/sorting/bubble-sort)
67+
-[Cocktail Shaker Sort](https://python.allalgorithms.com/sorting/cocktail-shaker-sort)
68+
-[Insertion Sort](https://python.allalgorithms.com/sorting/insertion-sort)
69+
-[Merge Sort](https://python.allalgorithms.com/sorting/merge-sort)
70+
-[Pigeonhole Sort](https://python.allalgorithms.com/sorting/pigeonhole-sort)
71+
-[Selection Sort](https://python.allalgorithms.com/sorting/selection-sort)
72+
-[Stooge Sort](https://python.allalgorithms.com/sorting/stooge-sort)
73+
-###String
74+
-[Palindrome Check](https://python.allalgorithms.com/string/palindrom-check)
7375

7476
#Related
7577

76-
-[javascript-lib](https://github.com/abranhe/javascript-lib): All ▲lgorithms Javascript library
78+
-[allalgorithms-javascript](https://github.com/abranhe/allalgorithms-javascript): All ▲lgorithms Javascript library
7779

7880
#Maintainers
7981

@@ -88,10 +90,10 @@ print(binary_search(arr, 3))
8890

8991
<!-------------------Markdown Images Links ---------------------------------->
9092
[1]:https://cdn.abranhe.com/projects/algorithms/badge.svg
91-
[2]:https://github.com/abranhe/python-lib
93+
[2]:https://github.com/abranhe/allalgorithms-python
9294
[3]:https://avatars3.githubusercontent.com/u/21347264?s=50
9395
[4]:https://github.com/abranhe
94-
[5]:https://github.com/abranhe/python-lib/blob/master/LICENSE
96+
[5]:https://github.com/abranhe/allalgorithms-python/blob/master/license
9597
<!-------------------Markdown Images Links ---------------------------------->
9698

9799
<divalign="center">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp