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

Commit44e51e8

Browse files
committed
fix test file name and docs links
1 parente45da9c commit44e51e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.travis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212
-python:3.6
1313
env:TOX_ENV=py36
1414
install:
15-
-pip install -rtest_requirements.txt
15+
-pip install -rtests_requirements.txt
1616
before_script:
1717
-flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
1818
-flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

‎readme.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ print(binary_search(arr, 3))
5555
#Tree
5656

5757
- Searches
58-
-[Binary Search](docs/searches/binary-search)
58+
-[Binary Search](https://python.allalgorithms.com/searches/binary-search)
5959
- Sorting
60-
- [Merge Sort](docs/sorting/merge-sort)
60+
- [Merge Sort](https://python.allalgorithms.com/sorting/merge-sort)
6161

6262

6363
#Related

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp