File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- <p align =" center " ><img width = " 40% " src =" docs/source/_static/algorithms_logo .png" / ></p >
1
+ <p align =" center " ><img src =" https://raw.githubusercontent.com/jbeguna04/algorithms/master/LogoDesins/logotype1blue .png" ></p >
2
2
3
3
[ English] ( README.md ) | 简体中文 | [ Deutsch] ( README_GE.md ) | [ 日本語] ( README_JP.md ) | [ 한국어] ( README_KR.md ) | [ Português] ( README_PTBR.md )
4
4
@@ -79,7 +79,7 @@ pip3 uninstall -y algorithms
79
79
- [ josephus_problem: 约瑟夫问题] ( algorithms/arrays/josephus.py )
80
80
- [ max_ones_index] ( algorithms/arrays/max_ones_index.py )
81
81
- [ limit] ( algorithms/arrays/limit.py )
82
- - [ longest_non_repeat:最长不重复子串] ( algorithms/arrays/longest_non_repeat.py/ )
82
+ - [ longest_non_repeat:最长不重复子串] ( algorithms/arrays/longest_non_repeat.py/ )
83
83
- [ merge_intervals:合并重叠间隔] ( algorithms/arrays/merge_intervals.py )
84
84
- [ missing_ranges:遗失的范围] ( algorithms/arrays/missing_ranges.py )
85
85
- [ plus_one:加一运算] ( algorithms/arrays/plus_one.py )
Original file line number Diff line number Diff line change 1
- <p align =" center " ><img width = " 40% " src =" docs/source/_static/algorithms_logo .png" / ></p >
1
+ <p align =" center " ><img src =" https://raw.githubusercontent.com/jbeguna04/algorithms/master/LogoDesins/logotype1blue .png" ></p >
2
2
3
3
[ English] ( README.md ) | [ 简体中文] ( README_CN.md ) | Deutsch | [ 日本語] ( README_JP.md ) | [ 한국어] ( README_KR.md ) | [ Português] ( README_PTBR.md )
4
4
Original file line number Diff line number Diff line change 1
- <p align =" center " ><img width = " 40% " src =" docs/source/_static/algorithms_logo .png" / ></p >
1
+ <p align =" center " ><img src =" https://raw.githubusercontent.com/jbeguna04/algorithms/master/LogoDesins/logotype1blue .png" ></p >
2
2
3
3
[ English] ( README.md ) | [ 简体中文] ( README_CN.md ) | [ Deutsch] ( README_GE.md ) | 日本語 | [ 한국어] ( README_KR.md ) | [ Português] ( README_PTBR.md )
4
4
@@ -13,7 +13,7 @@ Pythonのデータ構造とアルゴリズム
13
13
Python 3で開発された簡単で明確なデータ構造とアルゴリズムの例を紹介します。
14
14
15
15
## 貢献
16
- 貢献に興味を持っていただきありがとうございます。 このプロジェクトに貢献する方法はたくさんあります。
16
+ 貢献に興味を持っていただきありがとうございます。 このプロジェクトに貢献する方法はたくさんあります。
17
17
18
18
[ 簡単にコミュニティへ貢献するには] ( CONTRIBUTING_JP.md )
19
19
Original file line number Diff line number Diff line change 1
- <p align =" center " ><img width = " 40% " src =" docs/source/_static/algorithms_logo .png" / ></p >
1
+ <p align =" center " ><img src =" https://raw.githubusercontent.com/jbeguna04/algorithms/master/LogoDesins/logotype1blue .png" ></p >
2
2
3
3
[ English] ( README.md ) | [ 简体中文] ( README_CN.md ) | [ Deutsch] ( README_GE.md ) | [ 日本語] ( README_JP.md ) | 한국어 | [ Português] ( README_PTBR.md )
4
4
@@ -328,7 +328,7 @@ if __name__ == "__main__":
328
328
- [ tree] ( algorithms/tree/tree.py )
329
329
- [ union-find : 합집합 찾기] ( algorithms/union-find )
330
330
- [ count_islands] ( algorithms/union-find/count_islands.py )
331
-
331
+
332
332
## 기여자들
333
333
이 저장소는 아래 사람들에 의해 유지되고 있습니다.
334
334
Original file line number Diff line number Diff line change 1
- <p align =" center " ><img width = " 40% " src =" docs/source/_static/algorithms_logo .png" / ></p >
1
+ <p align =" center " ><img src =" https://raw.githubusercontent.com/jbeguna04/algorithms/master/LogoDesins/logotype1blue .png" ></p >
2
2
3
3
[ English] ( README.md ) | [ 简体中文] ( README_CN.md ) | [ Deutsch] ( README_GE.md ) | [ 日本語] ( README_JP.md ) | [ 한국어] ( README_KR.md ) | Português
4
4
You can’t perform that action at this time.
0 commit comments