Skip to content

Commit bc850da

Browse files
committed
remove translations and fix readme
1 parent 33ed167 commit bc850da

13 files changed

+1
-2808
lines changed

CODE_OF_CONDUCT_FR.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

CONTRIBUTING_ES.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

CONTRIBUTING_FR.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

CONTRIBUTING_JP.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

CONTRIBUTING_KR.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<p align="center"><img src="https://raw.githubusercontent.com/keon/algorithms/master/docs/source/_static/logo/logotype1blue.png"></p>
22

3-
English | [简体中文](README_CN.md) | [Deutsch](README_GE.md) | [日本語](README_JP.md) | [한국어](README_KR.md) | [Português](README_PTBR.md) | [Français](README_FR.md) | [Español](README_ES.md)
4-
53
[![PyPI version](https://badge.fury.io/py/algorithms.svg)](https://badge.fury.io/py/algorithms)
64
[![Open Source Helpers](https://www.codetriage.com/keon/algorithms/badges/users.svg)](https://www.codetriage.com/keon/algorithms)
75
[![Build Status](https://travis-ci.org/keon/algorithms.svg?branch=master)](https://travis-ci.org/keon/algorithms)
@@ -219,7 +217,7 @@ If you want to uninstall algorithms, it is as simple as:
219217
- [sparse_dot_vector](algorithms/matrix/sparse_dot_vector.py)
220218
- [sparse_mul](algorithms/matrix/sparse_mul.py)
221219
- [spiral_traversal](algorithms/matrix/spiral_traversal.py)
222-
- [crout_matrix_decomposition](algorithms/matrix/crout_matrix_decomposition.py
220+
- [crout_matrix_decomposition](algorithms/matrix/crout_matrix_decomposition.py)
223221
- [queues](algorithms/queues)
224222
- [max_sliding_window](algorithms/queues/max_sliding_window.py)
225223
- [moving_average](algorithms/queues/moving_average.py)

0 commit comments

Comments
 (0)